From: Rafael Garcia-Suarez Date: Sun, 30 Nov 2003 20:56:00 +0000 (+0000) Subject: Fix the test boilerplate in lib/if.t, so it can be run X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78bfd9a9e6bcfb9239c5e76cd2665fba8a40d211;p=p5sagit%2Fp5-mst-13.2.git Fix the test boilerplate in lib/if.t, so it can be run from the t/ directory. p4raw-id: //depot/perl@21828 --- diff --git a/lib/if.t b/lib/if.t index d17ff51..d09de58 100644 --- a/lib/if.t +++ b/lib/if.t @@ -1,7 +1,7 @@ #!./perl BEGIN { - chdir 't' and @INC = '../lib' if -f 't/TEST'; + chdir 't' and @INC = '../lib' if $ENV{PERL_CORE}; } my $t = 1;