summaryrefslogtreecommitdiff
path: root/gnu/tests
diff options
context:
space:
mode:
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 7ef0cae73bd..97c3505fb09 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -1078,8 +1078,8 @@ launched as a shepherd service."
(mapped-devices (list (mapped-device
(source (uuid "12345678-1234-1234-1234-123456789abc"))
(target "the-home-device")
- (type (luks-device-mapping-with-options
- #:key-file "/key-file.bin")))))
+ (type luks-device-mapping)
+ (arguments '(#:key-file "/key-file.bin")))))
(file-systems (cons* (file-system
(device (file-system-label "root-fs"))
(mount-point "/")