diff options
Diffstat (limited to 'tests/chmod/c-option')
-rwxr-xr-x | tests/chmod/c-option | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/chmod/c-option b/tests/chmod/c-option index 8d5979a3a..f00ef4bf8 100755 --- a/tests/chmod/c-option +++ b/tests/chmod/c-option @@ -30,7 +30,6 @@ chmod 444 $file || framework_failure skip_if_setgid_ -fail=0 chmod u=rwx $file || fail=1 chmod -c g=rwx $file > out || fail=1 |