1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-06 17:56:21 +02:00

Adapt for changed format of --verbose output.

This commit is contained in:
Jim Meyering
2002-05-24 16:40:33 +00:00
parent 4c9753bdf7
commit ef71f8a52d
+10 -17
View File
@@ -54,7 +54,7 @@ sed "s,$other_partition_tmpdir,XXX," out | sort > out2
cat <<EOF | sort > exp
\`$null' -> \`XXX/$null'
removing \`$null'
removed \`$null'
\`$dir' -> \`XXX/$dir'
\`$dir/a' -> \`XXX/$dir/a'
\`$dir/a/b' -> \`XXX/$dir/a/b'
@@ -64,22 +64,15 @@ removing \`$null'
\`$dir/d/e' -> \`XXX/$dir/d/e'
\`$dir/d/e/f' -> \`XXX/$dir/d/e/f'
\`$dir/d/e/f/file2' -> \`XXX/$dir/d/e/f/file2'
removing all entries of directory \`$dir'
removing all entries of directory \`$dir/a'
removing all entries of directory \`$dir/a/b'
removing all entries of directory \`$dir/a/b/c'
removing \`$dir/a/b/c/file1'
removing the directory itself: \`$dir/a/b/c'
removing the directory itself: \`$dir/a/b'
removing the directory itself: \`$dir/a'
removing all entries of directory \`$dir/d'
removing all entries of directory \`$dir/d/e'
removing all entries of directory \`$dir/d/e/f'
removing \`$dir/d/e/f/file2'
removing the directory itself: \`$dir/d/e/f'
removing the directory itself: \`$dir/d/e'
removing the directory itself: \`$dir/d'
removing the directory itself: \`$dir'
removed directory: \`$dir'
removed \`$dir/a/b/c/file1'
removed \`$dir/d/e/f/file2'
removed directory: \`$dir/a'
removed directory: \`$dir/a/b'
removed directory: \`$dir/a/b/c'
removed directory: \`$dir/d'
removed directory: \`$dir/d/e'
removed directory: \`$dir/d/e/f'
EOF
cmp out2 exp || fail=1