From 692a2e5e51560277c83119cae16347cc77344791 Mon Sep 17 00:00:00 2001 From: fsgqa Date: Tue, 17 Feb 2004 05:55:08 +0000 Subject: [PATCH] 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. --- common.dump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } -- 2.30.2