From: Jim Meyering Date: Sun, 19 Oct 2003 19:11:00 +0000 (+0000) Subject: tweak diagnostic X-Git-Tag: v5.1.0~317 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14dd23ac241e83738883a22e92bc964a6e1afd54;p=thirdparty%2Fcoreutils.git tweak diagnostic --- diff --git a/tests/chmod/no-x b/tests/chmod/no-x index f5bd60dd76..cf365c01a4 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