tweak expected message

This commit is contained in:
Jim Meyering 2002-06-12 08:02:12 +00:00
parent f849e0aaac
commit 10c95a54b5

View File

@ -31,7 +31,7 @@ fail=0
# This should fail.
rm -rf b > out 2>&1 && fail=1
cat <<\EOF > exp
rm: cannot remove `b/a/p': Permission denied
rm: cannot remove directory `b/a/p': Permission denied
EOF
cmp out exp || fail=1