projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c27f7bb
)
Exit test script (if we're going to) *before* declaring a plan
Steve Hay [Wed, 20 Jul 2005 09:00:29 +0000 (09:00 +0000)]
p4raw-id: //depot/perl@25193
ext/POSIX/t/sigaction.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/t/sigaction.t
b/ext/POSIX/t/sigaction.t
index
b4e229d
..
bc40b78
100644
(file)
--- a/
ext/POSIX/t/sigaction.t
+++ b/
ext/POSIX/t/sigaction.t
@@
-1,7
+1,5
@@
#!./perl
-use Test::More tests => 29;
-
BEGIN {
chdir 't' if -d 't';
unshift @INC, '../lib';
@@
-18,6
+16,8
@@
BEGIN{
}
}
+use Test::More tests => 29;
+
use strict;
use vars qw/$bad $bad7 $ok10 $bad18 $ok/;