diff options
Diffstat (limited to 'tests/open_static-1.sh')
-rwxr-xr-x | tests/open_static-1.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/open_static-1.sh b/tests/open_static-1.sh index 0143402..faf91d0 100755 --- a/tests/open_static-1.sh +++ b/tests/open_static-1.sh @@ -6,8 +6,7 @@ addwrite $PWD open_static-0 3 ok "O_WRONLY|O_CREAT" 0666 || exit 1 open_static-0 3 ok O_RDONLY 0666 || exit 1 -export SANDBOX_LOG=$PWD/sb.log mkdir deny || exit 1 adddeny $PWD/deny open_static-0 -1 deny/not-ok "O_WRONLY|O_CREAT" 0666 -test -e sb.log +test -e sandbox.log |