From 82bb64f1d21f6993341a725e75aa5aa00c3e00a1 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 21 Aug 2011 18:56:21 +0200 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ tests/tap-number-wordboundary.test | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 70a255f17..3d5b5d926 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-08-21 Stefano Lattarini + + 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 coverage: keyword "SKIP" in TAP plan is case-insensitive diff --git a/tests/tap-number-wordboundary.test b/tests/tap-number-wordboundary.test index 5235738eb..74cddc198 100755 --- a/tests/tap-number-wordboundary.test +++ b/tests/tap-number-wordboundary.test @@ -93,7 +93,8 @@ $ \ END -planned=`wc -l all.test awk '{print "ok " NR $0 }' punctuation >> all.test -- 2.47.2