diff options
Diffstat (limited to 'tests/chmod/equal-x')
-rwxr-xr-x | tests/chmod/equal-x | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/chmod/equal-x b/tests/chmod/equal-x index 97823e090..d74dcc3be 100755 --- a/tests/chmod/equal-x +++ b/tests/chmod/equal-x @@ -26,7 +26,6 @@ fi file=f touch $file || framework_failure -fail=0 umask 005 for mode in =x =xX =Xx =x,=X =X,=x; do chmod a=r,$mode $file || fail=1 |