From: fsgqa Date: Tue, 17 Feb 2004 05:55:08 +0000 (+0000) Subject: Ensure dump/restore QA output is in a canonical whitespace form. In particular,... X-Git-Tag: v1.1.0~865 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=692a2e5e51560277c83119cae16347cc77344791;p=xfstests-dev.git 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. --- diff --git a/common.dump b/common.dump index 5a885efe..31ab8b22 100644 --- a/common.dump +++ b/common.dump @@ -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' }