From ad1df12ba2cf2d6b2c9b02823d2d2c78ae8fefb3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 22 Nov 2005 15:08:09 +0000 Subject: (rm): Change expected diagnostic, `cannot open directory' to `cannot remove', to align with new version of rm. --- tests/rm/unread2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/rm/unread2') diff --git a/tests/rm/unread2 b/tests/rm/unread2 index b68f9ef4c..55c74ff69 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 -- cgit v1.2.3-70-g09d2