Update luks-btrfs-tpm.nix

This commit is contained in:
Sk7Str1pe 2024-11-09 18:39:42 +03:00 committed by GitHub
parent 9f6c6292be
commit 4d03b624a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,6 @@ diskoLib.testLib.makeDiskoTest {
disko-config = ../example/luks-btrfs-tpm.nix;
extraTestScript = ''
machine.succeed("cryptsetup isLuks /dev/vda2");
machine.succeed("cryptsetup lukdDump /dev/vda2 | grep tpm2");
machine.succeed("btrfs subvolume list /");
'';
}