diff options
Diffstat (limited to 'tests/chmod/inaccessible')
-rwxr-xr-x | tests/chmod/inaccessible | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/chmod/inaccessible b/tests/chmod/inaccessible index d0d739ef4..2ee6c01a7 100755 --- a/tests/chmod/inaccessible +++ b/tests/chmod/inaccessible @@ -26,7 +26,6 @@ fi mkdir -p d/e || framework_failure chmod 0 d/e d || framework_failure -fail=0 chmod u+rwx d d/e || fail=1 |