diff options
Diffstat (limited to 'tests/rmdir/fail-perm')
-rwxr-xr-x | tests/rmdir/fail-perm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rmdir/fail-perm b/tests/rmdir/fail-perm index 3e25dd1e7..8f41a043a 100755 --- a/tests/rmdir/fail-perm +++ b/tests/rmdir/fail-perm @@ -27,7 +27,6 @@ fi mkdir d d/e d/e/f || framework_failure chmod a-w d || framework_failure -fail=0 # This rmdir command outputs two diagnostics. # Before coreutils-5.1.2, it would mistakenly exit successfully. |