From 3fcdbfdfda725ba1a31f30b3a8aba4d783de3c45 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 20 Sep 2005 13:24:29 +0000 Subject: [PATCH] tweak --- tests/rm/unread2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/rm/unread2 b/tests/rm/unread2 index f7acf05dba..b68f9ef4cb 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 < exp -rm: cannot open directory \`a': Permission denied +cat <<\EOF > exp +rm: cannot open directory `a': Permission denied EOF cmp out exp || fail=1 -- 2.47.3