]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak diagnostic to match actual output
authorJim Meyering <jim@meyering.net>
Sat, 18 Oct 2003 08:41:56 +0000 (08:41 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Oct 2003 08:41:56 +0000 (08:41 +0000)
tests/chmod/no-x

index cf365c01a443e385f74a68e9ca5cf8c0865db8e6..f5bd60dd76b176ea84f6529a2276da494898abe7 100755 (executable)
@@ -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