From: Jim Meyering Date: Sat, 27 Jun 1998 04:40:13 +0000 (+0000) Subject: changed --verbose message X-Git-Tag: FILEUTILS-3_16q~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f617e52d6e94b8610988b08628b9f783a4e12ab;p=thirdparty%2Fcoreutils.git changed --verbose message --- diff --git a/tests/rm/r-1 b/tests/rm/r-1 index b9865abad0..1736501dec 100755 --- a/tests/rm/r-1 +++ b/tests/rm/r-1 @@ -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 diff --git a/tests/rm/r-2 b/tests/rm/r-2 index 76b1958eba..2334f19d07 100755 --- a/tests/rm/r-2 +++ b/tests/rm/r-2 @@ -20,9 +20,9 @@ mkdir $tmp $tmp/a $tmp/a/b cat < $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