diff options
Diffstat (limited to 'tests/chmod/c-option')
-rwxr-xr-x | tests/chmod/c-option | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chmod/c-option b/tests/chmod/c-option index 42da4b209..eb8530a52 100755 --- a/tests/chmod/c-option +++ b/tests/chmod/c-option @@ -42,4 +42,4 @@ case "`cat out`" in *) fail=1 ;; esac -(exit $fail); exit $fail +Exit $fail |