]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
adjust
authorJim Meyering <jim@meyering.net>
Sun, 2 Jun 2002 20:36:19 +0000 (20:36 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 2 Jun 2002 20:36:19 +0000 (20:36 +0000)
tests/rm/r-1

index 8f46b3c008a96c08d1d19dcbd7296e9707935b7d..e755346d18f52964b43375db18740621f6d59ab1 100755 (executable)
@@ -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