Change 27441 by [EMAIL PROTECTED] on 2006/03/09 16:14:20
Need to update test count from change #27440.
Affected files ...
... //depot/perl/ext/POSIX/t/sigaction.t#18 edit
Differences ...
==== //depot/perl/ext/POSIX/t/sigaction.t#18 (text) ====
Index: perl/ext/POSIX/t/sigaction.t
--- perl/ext/POSIX/t/sigaction.t#17~27440~ 2006-03-09 08:03:21.000000000
-0800
+++ perl/ext/POSIX/t/sigaction.t 2006-03-09 08:14:20.000000000 -0800
@@ -16,7 +16,7 @@
}
}
-use Test::More tests => 30;
+use Test::More tests => 31;
use strict;
use vars qw/$bad $bad7 $ok10 $bad18 $ok/;
End of Patch.