Ensure dump/restore QA output is in a canonical whitespace form. In particular,...
authorfsgqa <fsgqa>
Tue, 17 Feb 2004 05:55:08 +0000 (05:55 +0000)
committerfsgqa <fsgqa>
Tue, 17 Feb 2004 05:55:08 +0000 (05:55 +0000)
common.dump

index 5a885efe463884cf773c8c51e6d22fbb11272dcc..31ab8b22b1f9af78aa54d052d594998ac3dc2403 100644 (file)
@@ -758,7 +758,7 @@ _ls_filter()
         /^c/ { date = $9; sub(date,"DATE"); print}
         /^d/ { size = $5; sub(size,"SIZE"); print}
         {print}' \
         /^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'
 }
 
 
 }