Change 28487 by rgs@marais on 2006/07/05 19:49:36
Adjust test count after introducing new constants in PSIX
Affected files
//#22 edit
Differences
//#22 (text)
Index: perl/ext/B/t/concise-xs.t
perl/ext/B/t/concise-xs.t#21~28172~2006-05-12 02:47:29.000000000 -0700
perl/ext/B/t/concise-xs.t2006-07-05 12:49:36.000000000 -0700
@@ -118,7 +118,7 @@
use Test::More tests =( # per-pkg tests (function ct + require_ok)
40 + 16# Data::Dumper, Digest::MD5
+ 512 + 235# B::Deparse, B
- + 588 + 190# PSIX, I::Socket
+ + 595 + 190# PSIX, I::Socket
+ 3 * ($] 5.009)
+ 16 * ($] >= 5.009003)
- 22);# fudge
End of Patch.