summaryrefslogtreecommitdiff
path: root/tests/chmod/inaccessible
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chmod/inaccessible')
-rwxr-xr-xtests/chmod/inaccessible4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/chmod/inaccessible b/tests/chmod/inaccessible
index 90126a86c..7c0518017 100755
--- a/tests/chmod/inaccessible
+++ b/tests/chmod/inaccessible
@@ -19,8 +19,8 @@
. "${srcdir=.}/init.sh"; path_prepend_ ../src
print_ver_ chmod
-mkdir -p d/e || framework_failure
-chmod 0 d/e d || framework_failure
+mkdir -p d/e || framework_failure_
+chmod 0 d/e d || framework_failure_
chmod u+rwx d d/e || fail=1