summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-06-02 20:36:19 +0000
committerJim Meyering <jim@meyering.net>2002-06-02 20:36:19 +0000
commitd38d008a1d6046a136d4dbbc2ad7fb683de81c96 (patch)
tree6e24651c6194bd3f3a52d4e3dd5761d09d4b95d9 /tests
parent09184490e99493b6b1cb9f39aa250417857a6b94 (diff)
downloadcoreutils-d38d008a1d6046a136d4dbbc2ad7fb683de81c96.tar.xz
adjust
Diffstat (limited to 'tests')
-rwxr-xr-xtests/rm/r-110
1 files changed, 4 insertions, 6 deletions
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 <<EOF > $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