]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
changed --verbose message
authorJim Meyering <jim@meyering.net>
Sat, 27 Jun 1998 04:40:13 +0000 (04:40 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 27 Jun 1998 04:40:13 +0000 (04:40 +0000)
tests/rm/r-1
tests/rm/r-2

index b9865abad00a289da85092a5c6698771f93b7e12..1736501decbf6c872019dcb3186f9890286cee18 100755 (executable)
@@ -25,7 +25,7 @@ removing all entries of directory $tmp/a
 removing all entries of directory $tmp/a/a
 removing the directory itself: $tmp/a/a
 removing the directory itself: $tmp/a
-removing non-directory $tmp/b
+removing $tmp/b
 EOF
 
 if test $test_failure = 1; then
index 76b1958eba7667c12318cb6b1d2b0a2d0f4bb7eb..2334f19d074e70fcd0c022e484497f9a3358ca95 100755 (executable)
@@ -20,9 +20,9 @@ mkdir $tmp $tmp/a $tmp/a/b
 cat <<EOF > $tmp/$test.E
 removing all entries of directory $tmp/a
 removing all entries of directory $tmp/a/b
-removing non-directory $tmp/a/b/g
+removing $tmp/a/b/g
 removing the directory itself: $tmp/a/b
-removing non-directory $tmp/a/f
+removing $tmp/a/f
 removing the directory itself: $tmp/a
 EOF