guix-commits
[Top][All Lists]
Advanced

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

02/02: tests: Rename %test-encrypted-os to %test-encrypted-root-os.


From: guix-commits
Subject: 02/02: tests: Rename %test-encrypted-os to %test-encrypted-root-os.
Date: Wed, 28 Nov 2018 04:02:44 -0500 (EST)

mothacehe pushed a commit to branch wip-newt-installer
in repository guix.

commit f0b9cdd4caeb63c8eac229451b78faa0772c6c2d
Author: Mathieu Othacehe <address@hidden>
Date:   Wed Nov 28 17:27:09 2018 +0900

    tests: Rename %test-encrypted-os to %test-encrypted-root-os.
    
    * gnu/tests/install.scm (%test-encrypted-os): Rename to
    %test-encrypted-root-os for consistency with its system-test name.
---
 gnu/tests/install.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index a0ec630..16fcc5a 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -42,7 +42,7 @@
             %test-separate-store-os
             %test-separate-home-os
             %test-raid-root-os
-            %test-encrypted-os
+            %test-encrypted-root-os
             %test-btrfs-root-os))
 
 ;;; Commentary:
@@ -735,7 +735,7 @@ to enter the LUKS passphrase."
                                                "/post-initrd-passphrase.ppm")
                                 #$marionette))))))
 
-(define %test-encrypted-os
+(define %test-encrypted-root-os
   (system-test
    (name "encrypted-root-os")
    (description



reply via email to

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