From 29dc2a0dfc7adfb4359159421b90b20afe960e62 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 11 Feb 2006 20:55:58 +0000 Subject: Adjust two expected diagnostics, now that they're a tiny bit less precise: cannot remove `a/1': ... instead of cannot open directory `a/1': ... --- tests/rm/rm2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/rm/rm2') diff --git a/tests/rm/rm2 b/tests/rm/rm2 index 37aefed94..00ea855b7 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 -- cgit v1.2.3-54-g00ecf