summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-19 19:11:00 +0000
committerJim Meyering <jim@meyering.net>2003-10-19 19:11:00 +0000
commit14dd23ac241e83738883a22e92bc964a6e1afd54 (patch)
treeb9879f2c47fd9ea9d0731e93b896e2ceb8ab6913 /tests
parentb620493440dfbab64cc05b648d488ea76e3c4992 (diff)
downloadcoreutils-14dd23ac241e83738883a22e92bc964a6e1afd54.tar.xz
tweak diagnostic
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 f5bd60dd7..cf365c01a 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: failed to get attributes of `d/no-x/y': Permission denied
+chmod: `d/no-x': Permission denied
EOF
cmp out exp || fail=1