tests: Rename %test-encrypted-os to %test-encrypted-root-os.
authorMathieu Othacehe <m.othacehe@gmail.com>
Wed, 28 Nov 2018 08:27:09 +0000 (17:27 +0900)
committerLudovic Courtès <ludo@gnu.org>
Thu, 17 Jan 2019 13:04:21 +0000 (14:04 +0100)
* gnu/tests/install.scm (%test-encrypted-os): Rename to
%test-encrypted-root-os for consistency with its system-test name.

gnu/tests/install.scm

index 72e5523..7114e5c 100644 (file)
@@ -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