Change 28544 by [EMAIL PROTECTED] on 2006/07/11 09:29:23
Adjust test count in threads test
Affected files ...
... //depot/perl/ext/threads/t/kill.t#6 edit
Differences ...
==== //depot/perl/ext/threads/t/kill.t#6 (text) ====
Index: perl/ext/threads/t/kill.t
--- perl/ext/threads/t/kill.t#5~28543~ 2006-07-11 02:27:25.000000000 -0700
+++ perl/ext/threads/t/kill.t 2006-07-11 02:29:23.000000000 -0700
@@ -65,7 +65,7 @@
BEGIN {
$| = 1;
- print("1..18\n"); ### Number of tests that will be run ###
+ print("1..19\n"); ### Number of tests that will be run ###
};
my $TEST = 1;
End of Patch.