summaryrefslogtreecommitdiff
path: root/tests/chmod/no-x
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chmod/no-x')
-rwxr-xr-xtests/chmod/no-x1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/chmod/no-x b/tests/chmod/no-x
index 24cc01e7d..82aeb5fa5 100755
--- a/tests/chmod/no-x
+++ b/tests/chmod/no-x
@@ -28,7 +28,6 @@ skip_if_root_
mkdir -p d/no-x/y a/b || framework_failure
chmod u=rw d/no-x || framework_failure
-fail=0
# This must exit nonzero.
chmod -R o=r d >/dev/null 2>out && fail=1