summaryrefslogtreecommitdiff
path: root/gnu/tests
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2018-11-28 17:27:09 +0900
committerLudovic Courtès <ludo@gnu.org>2019-01-17 14:04:21 +0100
commit4f83afd28a94ae4452423f36a4dcf2d1c2721e4f (patch)
tree9b6c3d3784dac39168f5b45e0f27de641533c810 /gnu/tests
parent6b48825e4ba6435c2e3bbc85857ade16552be9c3 (diff)
downloadguix-patches-4f83afd28a94ae4452423f36a4dcf2d1c2721e4f.tar
guix-patches-4f83afd28a94ae4452423f36a4dcf2d1c2721e4f.tar.gz
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.
Diffstat (limited to 'gnu/tests')
-rw-r--r--gnu/tests/install.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index 72e5523942..7114e5cc79 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