projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9aa47a0
)
Setup @INC.
Jarkko Hietaniemi [Sat, 30 Aug 2003 06:08:57 +0000 (06:08 +0000)]
p4raw-id: //depot/perl@20948
t/op/cproto.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/cproto.t
b/t/op/cproto.t
index
26850c0
..
fce11e0
100644
(file)
--- a/
t/op/cproto.t
+++ b/
t/op/cproto.t
@@
-1,6
+1,11
@@
#!./perl
# Tests to ensure that we don't unexpectedly change prototypes of builtins
+BEGIN {
+ chdir 't' if -d 't';
+ @INC = '../lib';
+}
+
use Test::More tests => 234;
while (<DATA>) {
chomp;