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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user