Ensure dump/restore QA output is in a canonical whitespace form. In particular, sizes of directory inodes chan change, validly, between dumped/restored filesystems which was messing up diffs.

This commit is contained in:
fsgqa
2004-02-17 05:55:08 +00:00
parent 5b1531e8a8
commit 692a2e5e51
+1 -1
View File
@@ -758,7 +758,7 @@ _ls_filter()
/^c/ { date = $9; sub(date,"DATE"); print}
/^d/ { size = $5; sub(size,"SIZE"); print}
{print}' \
| sed -e 's/total [0-9][0-9]*/total TOTAL/'
| sed -e 's/total [0-9][0-9]*/total TOTAL/' -e 's/[ \t][ \t]*/ /g'
}