]> diplodocus.org Git - nmh/blobdiff - test/common.sh.in
Removed a bunch of unreachable break statements found by
[nmh] / test / common.sh.in
index 8f5d576cced1f7d33ed12d8924f3cc23edcadf92..6c9652ced8c6370fa4a238f3ae1009a3f739e99e 100644 (file)
@@ -133,10 +133,9 @@ squeeze_lines() {
   sed '/^$/N;/\n$/D'
 }
 
-#### Filter that inserts initial whitespace and converts non-breakable
-#### space U+00A0 to an ASCII space.
+#### Filter that converts non-breakable space U+00A0 to an ASCII space.
 prepare_space() {
-  sed 's/^/ /; s/'"`printf '\\302\\240'`"'/ /g'
+  sed 's/'"`printf '\\302\\240'`"'/ /g'
 }
 
 #### check() requires two arguments, each the name of a file to be