From 4f83afd28a94ae4452423f36a4dcf2d1c2721e4f Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Wed, 28 Nov 2018 17:27:09 +0900 Subject: 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(-) (limited to 'gnu/tests') 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 -- cgit v1.2.3