1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1998-03-14 15:56:46 +00:00
parent 27caa20d7b
commit a1cc8f5961
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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