diff options
author | Jim Meyering <jim@meyering.net> | 2005-09-20 13:24:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-09-20 13:24:29 +0000 |
commit | 3fcdbfdfda725ba1a31f30b3a8aba4d783de3c45 (patch) | |
tree | 11e6419dcb53337321063c3fe013fdd3457c2337 /tests | |
parent | ea66df2090c73bd90fab9724c80f0250378dc528 (diff) | |
download | coreutils-3fcdbfdfda725ba1a31f30b3a8aba4d783de3c45.tar.xz |
tweak
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/rm/unread2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rm/unread2 b/tests/rm/unread2 index f7acf05db..b68f9ef4c 100755 --- a/tests/rm/unread2 +++ b/tests/rm/unread2 @@ -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 |