guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 15/68: tests: Rename %test-encrypted-os to %test-encrypted-root-os.
Date: Thu, 17 Jan 2019 08:05:11 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 4f83afd28a94ae4452423f36a4dcf2d1c2721e4f
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 72e5523..7114e5c 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]