diff options
Diffstat (limited to 'tests/rm/fail-eacces')
-rwxr-xr-x | tests/rm/fail-eacces | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/fail-eacces b/tests/rm/fail-eacces index 916b2577b..4722b0f61 100755 --- a/tests/rm/fail-eacces +++ b/tests/rm/fail-eacces @@ -56,4 +56,4 @@ rm: cannot remove `e/slink': Permission denied EOF compare out exp || fail=1 -(exit $fail); exit $fail +Exit $fail |