From d38d008a1d6046a136d4dbbc2ad7fb683de81c96 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 2 Jun 2002 20:36:19 +0000 Subject: adjust --- tests/rm/r-1 | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/rm/r-1 b/tests/rm/r-1 index 8f46b3c00..e755346d1 100755 --- a/tests/rm/r-1 +++ b/tests/rm/r-1 @@ -21,12 +21,10 @@ cd $tmp || framework_failure=1 mkdir a a/a || framework_failure=1 > b || framework_failure=1 -cat < $test.E || framework_failure=1 -removing all entries of directory \`a' -removing all entries of directory \`a/a' -removing the directory itself: \`a/a' -removing the directory itself: \`a' -removing \`b' +cat <<\EOF > $test.E || framework_failure=1 +removed directory: `a/a' +removed directory: `a' +removed `b' EOF if test $framework_failure = 1; then -- cgit v1.2.3-54-g00ecf