summaryrefslogtreecommitdiff
path: root/tests/rmdir/fail-perm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rmdir/fail-perm')
-rwxr-xr-xtests/rmdir/fail-perm1
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.