From: Jim Meyering Date: Sat, 14 Mar 1998 15:56:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16n~27 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a1cc8f59617de2d90d1e7c810230aacd7594087d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/rm/r-1 b/tests/rm/r-1 index 3162690cc3..b9865abad0 100755 --- a/tests/rm/r-1 +++ b/tests/rm/r-1 @@ -21,8 +21,8 @@ mkdir $tmp/a $tmp/a/a || test_failure=1 > $tmp/b || test_failure=1 cat < $tmp/$test.E || test_failure=1 -removing any entries of directory $tmp/a -removing any entries of directory $tmp/a/a +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 diff --git a/tests/rm/r-2 b/tests/rm/r-2 index 423b20e353..76b1958eba 100755 --- a/tests/rm/r-2 +++ b/tests/rm/r-2 @@ -18,8 +18,8 @@ mkdir $tmp $tmp/a $tmp/a/b # FIXME: if this fails, it's a framework failure cat < $tmp/$test.E -removing any entries of directory $tmp/a -removing any entries of directory $tmp/a/b +removing all entries of directory $tmp/a +removing all entries of directory $tmp/a/b removing non-directory $tmp/a/b/g removing the directory itself: $tmp/a/b removing non-directory $tmp/a/f