diff options
Diffstat (limited to 'tests/cp/fail-perm')
-rwxr-xr-x | tests/cp/fail-perm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/fail-perm b/tests/cp/fail-perm index 9ba355a19..c2b18801b 100755 --- a/tests/cp/fail-perm +++ b/tests/cp/fail-perm @@ -38,4 +38,4 @@ shift test "$1" = dr-x------ || fail=1 chmod 700 D -(exit $fail); exit +(exit $fail); exit $fail |