diff options
Diffstat (limited to 'tests/chmod/c-option')
-rwxr-xr-x | tests/chmod/c-option | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/chmod/c-option b/tests/chmod/c-option index 14d89b6b0..d80038c3d 100755 --- a/tests/chmod/c-option +++ b/tests/chmod/c-option @@ -33,8 +33,8 @@ chmod -c g=rwx $file > empty || fail=1 test -s empty && fail=1 case "`cat out`" in - "mode of \`f' changed to 0774 "?rwxrwxr--?) ;; - *) fail=1 ;; + "mode of \`f' changed from 0744 "?rwxr--r--?" to 0774 "?rwxrwxr--?) ;; + *) cat out; fail=1 ;; esac Exit $fail |