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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user