projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aeee043
)
Fix the test boilerplate in lib/if.t, so it can be run
Rafael Garcia-Suarez [Sun, 30 Nov 2003 20:56:00 +0000 (20:56 +0000)]
from the t/ directory.
p4raw-id: //depot/perl@21828
lib/if.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/if.t
b/lib/if.t
index
d17ff51
..
d09de58
100644
(file)
--- 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;