diff options
Diffstat (limited to 'tests/rm/empty-inacc')
-rwxr-xr-x | tests/rm/empty-inacc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/empty-inacc b/tests/rm/empty-inacc index e89d103f2..67af8753e 100755 --- a/tests/rm/empty-inacc +++ b/tests/rm/empty-inacc @@ -40,4 +40,4 @@ test -d inacc && fail=1 rm -rf a || fail=1 test -d a && fail=1 -(exit $fail); exit $fail +Exit $fail |