forked from mirrors/nixpkgs
nixos/tests: fix luksroot installer test name
Both tests were previously called "luksroot-luks2".
This commit is contained in:
parent
2587df7f02
commit
c51786bd5d
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue