mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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.
This commit is contained in:
parent
6b48825e4b
commit
4f83afd28a
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ (define-module (gnu tests install)
|
|||
%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 @@ (define (bios-boot-screen? text)
|
|||
"/post-initrd-passphrase.ppm")
|
||||
#$marionette))))))
|
||||
|
||||
(define %test-encrypted-os
|
||||
(define %test-encrypted-root-os
|
||||
(system-test
|
||||
(name "encrypted-root-os")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue