1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

tweak diagnostic to match actual output

This commit is contained in:
Jim Meyering
2003-10-18 08:41:56 +00:00
parent 1356245302
commit 0cecd156c6

View File

@@ -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