From: Steve Hay Date: Wed, 20 Jul 2005 09:00:29 +0000 (+0000) Subject: Exit test script (if we're going to) *before* declaring a plan X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=37d19de818f4f6fae6d075d28278cad409bf2d33;p=p5sagit%2Fp5-mst-13.2.git Exit test script (if we're going to) *before* declaring a plan p4raw-id: //depot/perl@25193 --- diff --git a/ext/POSIX/t/sigaction.t b/ext/POSIX/t/sigaction.t index b4e229d..bc40b78 100644 --- 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/;