diff options
author | Jim Meyering <jim@meyering.net> | 1998-03-14 15:56:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-03-14 15:56:46 +0000 |
commit | a1cc8f59617de2d90d1e7c810230aacd7594087d (patch) | |
tree | f8c27f00a959a9d027dc7864a1adbc02ede65658 /tests/rm/r-2 | |
parent | 27caa20d7bbacfb89d5cd7e043c654485713dc00 (diff) | |
download | coreutils-a1cc8f59617de2d90d1e7c810230aacd7594087d.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/rm/r-2')
-rwxr-xr-x | tests/rm/r-2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rm/r-2 b/tests/rm/r-2 index 423b20e35..76b1958eb 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 <<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 |