summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-18 08:41:56 +0000
committerJim Meyering <jim@meyering.net>2003-10-18 08:41:56 +0000
commit0cecd156c6ea60fae5b0997415ba09d6ec8ac751 (patch)
tree0d20a8e8759ea410c44f01407b59e865804aeea1 /tests
parent13562453028f2622f766476a1a45908cc10048ca (diff)
downloadcoreutils-0cecd156c6ea60fae5b0997415ba09d6ec8ac751.tar.xz
tweak diagnostic to match actual output
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