diff options
Diffstat (limited to 'tests/rm/no-give-up')
-rwxr-xr-x | tests/rm/no-give-up | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/no-give-up b/tests/rm/no-give-up index b888296c8..c88642037 100755 --- a/tests/rm/no-give-up +++ b/tests/rm/no-give-up @@ -43,4 +43,4 @@ test -d d || fail=1 # f must have been removed. test -f d/f && fail=1 -(exit $fail); exit $fail +Exit $fail |