diff options
Diffstat (limited to 'tests/rm/deep-2')
-rwxr-xr-x | tests/rm/deep-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/deep-2 b/tests/rm/deep-2 index ed84c66ea..f01a79efc 100755 --- a/tests/rm/deep-2 +++ b/tests/rm/deep-2 @@ -50,4 +50,4 @@ test -s out && fail=1 # the directory must have been removed test -d x && fail=1 -(exit $fail); exit $fail +Exit $fail |