diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-11-28 17:27:09 +0900 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-17 14:04:21 +0100 |
commit | 4f83afd28a94ae4452423f36a4dcf2d1c2721e4f (patch) | |
tree | 9b6c3d3784dac39168f5b45e0f27de641533c810 | |
parent | 6b48825e4ba6435c2e3bbc85857ade16552be9c3 (diff) | |
download | patches-4f83afd28a94ae4452423f36a4dcf2d1c2721e4f.tar 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.
-rw-r--r-- | gnu/tests/install.scm | 4 |
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 |