From: Rafael Garcia-Suarez Date: Wed, 5 Jul 2006 19:49:36 +0000 (+0000) Subject: Adjust test count after introducing new constants in POSIX X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fba16c4d09cfcc4722bb692c88c7da4ddeabb5ac;p=p5sagit%2Fp5-mst-13.2.git Adjust test count after introducing new constants in POSIX p4raw-id: //depot/perl@28487 --- diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index f2b60e2..7caf292 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -118,7 +118,7 @@ use Carp; use Test::More tests => ( # per-pkg tests (function ct + require_ok) 40 + 16 # Data::Dumper, Digest::MD5 + 512 + 235 # B::Deparse, B - + 588 + 190 # POSIX, IO::Socket + + 595 + 190 # POSIX, IO::Socket + 3 * ($] > 5.009) + 16 * ($] >= 5.009003) - 22); # fudge