diff options
Diffstat (limited to 'tests/remove-1.sh')
-rwxr-xr-x | tests/remove-1.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/remove-1.sh b/tests/remove-1.sh index 2ebcda3..20f34fd 100755 --- a/tests/remove-1.sh +++ b/tests/remove-1.sh @@ -2,7 +2,6 @@ # make sure we catch openat with relative path [ "${at_xfail}" = "yes" ] && exit 77 # see trace-0 -export SANDBOX_LOG=$PWD/sb.log adddeny "${PWD}" remove-0 -1 f -test -e sb.log +test -e sandbox.log |