~ruther/guix-local

0f66ef9aa99d2043abccbc80d858bdeca57534ac — Mathieu Othacehe 3 years ago df485be
tests: install: Fix iso-image-installer test.

This is a follow-up of: 45eac6cdf5c8d9d7b0c564b105c790d2d2007799.
It fixes the following error:

+ mkfs.ext4 -L my-root /dev/vda2
sh: line 12: mkfs.ext4: command not found

* gnu/tests/install.scm (%test-iso-image-installer): Add e2fsprogs to the
appended packages.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/tests/install.scm
M gnu/tests/install.scm => gnu/tests/install.scm +2 -0
@@ 471,6 471,8 @@ reboot\n")
    (mlet* %store-monad ((images (run-install
                                  %minimal-os-on-vda
                                  %minimal-os-on-vda-source
                                  #:packages
                                  (list e2fsprogs)
                                  #:script
                                  %simple-installation-script-for-/dev/vda
                                  #:installation-image-type