]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak diagnostic
authorJim Meyering <jim@meyering.net>
Sun, 19 Oct 2003 19:11:00 +0000 (19:11 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 19 Oct 2003 19:11:00 +0000 (19:11 +0000)
tests/chmod/no-x

index f5bd60dd76b176ea84f6529a2276da494898abe7..cf365c01a443e385f74a68e9ca5cf8c0865db8e6 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: failed to get attributes of `d/no-x/y': Permission denied
+chmod: `d/no-x': Permission denied
 EOF
 
 cmp out exp || fail=1