From 2f617e52d6e94b8610988b08628b9f783a4e12ab Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 27 Jun 1998 04:40:13 +0000 Subject: [PATCH] changed --verbose message --- tests/rm/r-1 | 2 +- tests/rm/r-2 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3