apteryx pushed a commit to branch master
in repository guix.
commit 4016e01fdfe69694cd525c33c80bda53f8c5c4e5
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Dec 5 10:51:25 2022 -0500
Revert "tests: install: Fix iso-image-installer test."
This reverts commit 0f66ef9aa99d2043abccbc80d858bdeca57534ac. e2fsprogs is
now included in the installation operating system since
34f69bc6e6ea555929ecca83ee7592f5261ff5f2, making this workaround obsolete.
Suggested-by: Ludovic Courtès <[email protected]>
---
gnu/tests/install.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index 30a9026d5f..4e0e274e66 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -471,8 +471,6 @@ 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