1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

changed --verbose message

This commit is contained in:
Jim Meyering
1998-06-27 04:40:13 +00:00
parent d200f4974b
commit 2f617e52d6
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -20,9 +20,9 @@ mkdir $tmp $tmp/a $tmp/a/b
cat <<EOF > $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