mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
ecryptfs: test bug from #16766
This commit is contained in:
parent
ab6fc29719
commit
d781bf94c1
1 changed files with 3 additions and 0 deletions
|
@ -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");
|
||||
'';
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue