1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 15:49:42 +02:00

Adjust two expected diagnostics, now that they're

a tiny bit less precise: cannot remove `a/1': ... instead of
cannot open directory `a/1': ...
This commit is contained in:
Jim Meyering
2006-02-11 20:55:58 +00:00
parent 15ee70a510
commit 29dc2a0dfc
+2 -2
View File
@@ -35,8 +35,8 @@ fail=0
# Both of these should fail.
rm -rf a b > out 2>&1 && fail=1
cat <<\EOF > exp
rm: cannot open directory `a/1': Permission denied
rm: cannot open directory `b': Permission denied
rm: cannot remove `a/1': Permission denied
rm: cannot remove `b': Permission denied
EOF
cat <<\EOF > exp-solaris