summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/chmod/no-x2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chmod/no-x b/tests/chmod/no-x
index cf365c01a..f5bd60dd7 100755
--- a/tests/chmod/no-x
+++ b/tests/chmod/no-x
@@ -31,7 +31,7 @@ fail=0
# This must exit nonzero.
chmod -R o=r d >/dev/null 2>out && fail=1
cat <<\EOF > exp
-chmod: `d/no-x': Permission denied
+chmod: failed to get attributes of `d/no-x/y': Permission denied
EOF
cmp out exp || fail=1