nixos/tests: fix luksroot installer test name

Both tests were previously called "luksroot-luks2".
This commit is contained in:
Franz Pletz 2019-06-08 12:14:03 +02:00
parent 2587df7f02
commit c51786bd5d
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -273,7 +273,7 @@ let
};
};
makeLuksRootTest = name: luksFormatOpts: makeInstallerTest "luksroot-format2"
makeLuksRootTest = name: luksFormatOpts: makeInstallerTest name
{ createPartitions = ''
$machine->succeed(
"flock /dev/vda parted --script /dev/vda -- mklabel msdos"