]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 1265242a413ba91d93c9699366ab2556f40a644e..8bcd6fd04a29795bc3beaf27ed1884e6f8781cb7 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