Merge pull request #50526 from symphorien/short-test-name

nixos/tests/installer.nix: shorten test name to fit length limit
This commit is contained in:
Jörg Thalheim
2018-11-17 21:48:41 +00:00
committed by GitHub

View File

@@ -481,7 +481,7 @@ in {
# Test whether opening encrypted filesystem with keyfile
# Checks for regression of missing cryptsetup, when no luks device without
# keyfile is configured
filesystemEncryptedWithKeyfile = makeInstallerTest "filesystemEncryptedWithKeyfile"
encryptedFSWithKeyfile = makeInstallerTest "encryptedFSWithKeyfile"
{ createPartitions = ''
$machine->succeed(
"flock /dev/vda parted --script /dev/vda -- mklabel msdos"