From: Jim Meyering Date: Tue, 22 Nov 2005 15:08:09 +0000 (+0000) Subject: (rm): Change expected diagnostic, `cannot open directory' to `cannot remove', X-Git-Tag: v6.0~1283 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad1df12ba2cf2d6b2c9b02823d2d2c78ae8fefb3;p=thirdparty%2Fcoreutils.git (rm): Change expected diagnostic, `cannot open directory' to `cannot remove', to align with new version of rm. --- diff --git a/tests/rm/unread2 b/tests/rm/unread2 index b68f9ef4cb..55c74ff694 100755 --- a/tests/rm/unread2 +++ b/tests/rm/unread2 @@ -31,7 +31,7 @@ fail=0 # This should fail. rm -rf a > out 2>&1 && fail=1 cat <<\EOF > exp -rm: cannot open directory `a': Permission denied +rm: cannot remove `a': Permission denied EOF cmp out exp || fail=1