mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-30 13:33:59 +08:00
tweak expected message
This commit is contained in:
parent
f849e0aaac
commit
10c95a54b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user