ecryptfs: test bug from #16766

obadz d781bf94 ab6fc297

Changed files
+3
nixos
tests
+3
nixos/tests/ecryptfs.nix
···
$machine->succeed("su alice -c 'test -f ~alice/b'");
$machine->succeed(qq%test "\$(cat ~alice/b)" = "c"%);
$machine->sendChars("logout\n");
'';
})
···
$machine->succeed("su alice -c 'test -f ~alice/b'");
$machine->succeed(qq%test "\$(cat ~alice/b)" = "c"%);
+
# Catch https://github.com/NixOS/nixpkgs/issues/16766
+
$machine->succeed("su alice -c 'ls -lh ~alice/'");
+
$machine->sendChars("logout\n");
'';
})