* tests/tap-number-wordboundary.test ($planned): Strip any extra
whitespace from the output of `wc', to cater to Solaris 10.
+2011-08-21 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ testsuite: fix spurious failure due to Solaris 'wc' incompatibility
+ * tests/tap-number-wordboundary.test ($planned): Strip any extra
+ whitespace from the output of `wc', to cater to Solaris 10.
+
2011-08-21 Stefano Lattarini <stefano.lattarini@gmail.com>
coverage: keyword "SKIP" in TAP plan is case-insensitive
\
END
-planned=`wc -l <punctuation`
+# Strip any extra whitespace, for Solaris' wc.
+planned=`wc -l <punctuation | tr -d " $tab"`
echo 1..$planned > all.test
awk '{print "ok " NR $0 }' punctuation >> all.test