]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 14 Mar 1998 15:56:46 +0000 (15:56 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 14 Mar 1998 15:56:46 +0000 (15:56 +0000)
tests/rm/r-1
tests/rm/r-2

index 3162690cc331af5dd91730bed2b13fd271a5428d..b9865abad00a289da85092a5c6698771f93b7e12 100755 (executable)
@@ -21,8 +21,8 @@ mkdir $tmp/a $tmp/a/a || test_failure=1
 > $tmp/b || test_failure=1
 
 cat <<EOF > $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
index 423b20e3532c0f0f413e2b51661cc6d926b9e6d7..76b1958eba7667c12318cb6b1d2b0a2d0f4bb7eb 100755 (executable)
@@ -18,8 +18,8 @@ mkdir $tmp $tmp/a $tmp/a/b
 
 # FIXME: if this fails, it's a framework failure
 cat <<EOF > $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