diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-11-30 20:56:00 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-11-30 20:56:00 +0000 |
commit | 78bfd9a9e6bcfb9239c5e76cd2665fba8a40d211 (patch) | |
tree | 8ca24bab453e21a617de8e71cccea0fd75490810 /lib/if.t | |
parent | aeee043d8074059c1bd536c87f8aae9763701ad1 (diff) | |
download | perl-78bfd9a9e6bcfb9239c5e76cd2665fba8a40d211.tar.gz |
Fix the test boilerplate in lib/if.t, so it can be run
from the t/ directory.
p4raw-id: //depot/perl@21828
Diffstat (limited to 'lib/if.t')
-rw-r--r-- | lib/if.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |