]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak
authorJim Meyering <jim@meyering.net>
Tue, 20 Sep 2005 13:24:29 +0000 (13:24 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 20 Sep 2005 13:24:29 +0000 (13:24 +0000)
tests/rm/unread2

index f7acf05dbaf1b7974cf3902664bf247ac6c253f3..b68f9ef4cb584fedcb9e04f4897c1b6ed63327cb 100755 (executable)
@@ -30,8 +30,8 @@ fail=0
 
 # This should fail.
 rm -rf a > out 2>&1 && fail=1
-cat <<EOF > exp
-rm: cannot open directory \`a': Permission denied
+cat <<\EOF > exp
+rm: cannot open directory `a': Permission denied
 EOF
 
 cmp out exp || fail=1