diff options
Diffstat (limited to 'tests/chmod/equals')
-rwxr-xr-x | tests/chmod/equals | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chmod/equals b/tests/chmod/equals index 9aca394c4..a748a606c 100755 --- a/tests/chmod/equals +++ b/tests/chmod/equals @@ -48,4 +48,4 @@ chmod a=,u=rwx,=u f || fail=1 actual_perms=`ls -l f|cut -b-10` test "$actual_perms" = "-rwxr-x---" || fail=1 -(exit $fail); exit $fail +Exit $fail |