ecryptfs: test bug from #16766

This commit is contained in:
obadz 2016-07-13 01:59:47 +02:00
parent ab6fc29719
commit d781bf94c1

View file

@ -73,6 +73,9 @@ import ./make-test.nix ({ pkgs, ... }:
$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");
'';
})