mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
tests(btrfs): update to fit new behaviour
This commit is contained in:
parent
140edd2d01
commit
730353966b
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ makeDiskoTest {
|
|||
name = "btrfs-subvolumes";
|
||||
disko-config = ../example/btrfs-subvolumes.nix;
|
||||
extraTestScript = ''
|
||||
machine.succeed("test -e /test");
|
||||
machine.succeed("test ! -e /test");
|
||||
machine.succeed("test -e /home/user");
|
||||
machine.succeed("btrfs subvolume list / | grep -qs 'path test$'");
|
||||
machine.succeed("btrfs subvolume list / | grep -qs 'path nix$'");
|
||||
machine.succeed("btrfs subvolume list / | grep -qs 'path home$'");
|
||||
|
|
Loading…
Reference in a new issue