From: Jim Meyering Date: Sat, 11 Feb 2006 20:55:58 +0000 (+0000) Subject: Adjust two expected diagnostics, now that they're X-Git-Tag: v6.0~743 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29dc2a0dfc7adfb4359159421b90b20afe960e62;p=thirdparty%2Fcoreutils.git Adjust two expected diagnostics, now that they're a tiny bit less precise: cannot remove `a/1': ... instead of cannot open directory `a/1': ... --- diff --git a/tests/rm/rm2 b/tests/rm/rm2 index 37aefed947..00ea855b75 100755 --- a/tests/rm/rm2 +++ b/tests/rm/rm2 @@ -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