don't give a diagnostic about each parent
authorJim Meyering <jim@meyering.net>
Sun, 2 Jun 2002 20:35:07 +0000 (20:35 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 2 Jun 2002 20:35:07 +0000 (20:35 +0000)
tests/rm/rm1

index 1265242..8bcd6fd 100755 (executable)
@@ -30,9 +30,8 @@ fail=0
 
 # This should fail.
 rm -rf b > out 2>&1 && fail=1
-cat <<EOF > exp
-rm: cannot remove \`b/a/p': Permission denied
-rm: cannot remove directory \`b': Directory not empty
+cat <<\EOF > exp
+rm: cannot remove directory `b/a/p': Permission denied
 EOF
 
 cmp out exp || fail=1