]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Adjust two expected diagnostics, now that they're
authorJim Meyering <jim@meyering.net>
Sat, 11 Feb 2006 20:55:58 +0000 (20:55 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 11 Feb 2006 20:55:58 +0000 (20:55 +0000)
a tiny bit less precise: cannot remove `a/1': ... instead of
cannot open directory `a/1': ...

tests/rm/rm2

index 37aefed9476dbe1d1ab616809297a026b370f8ad..00ea855b75bc50f2489ed69e3ff8e53cd4f5a872 100755 (executable)
@@ -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