From: Jim Meyering Date: Sat, 18 Oct 2003 08:41:56 +0000 (+0000) Subject: tweak diagnostic to match actual output X-Git-Tag: v5.1.0~328 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cecd156c6ea60fae5b0997415ba09d6ec8ac751;p=thirdparty%2Fcoreutils.git tweak diagnostic to match actual output --- diff --git a/tests/chmod/no-x b/tests/chmod/no-x index cf365c01a4..f5bd60dd76 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