guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: Revert "tests: install: Fix iso-image-installer test."


From: guix-commits
Subject: 04/04: Revert "tests: install: Fix iso-image-installer test."
Date: Mon, 5 Dec 2022 11:44:48 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 4016e01fdfe69694cd525c33c80bda53f8c5c4e5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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 <ludo@gnu.org>
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]