summaryrefslogtreecommitdiff
path: root/t/op/cproto.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-30 06:08:57 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-30 06:08:57 +0000
commitf26e2faaba4305b481d576a23dabd2e2b58b75aa (patch)
treefb77325942bd2e49745bbad80774550c9f446f4d /t/op/cproto.t
parent9aa47a0deec8fd2982c4d1ffa70a130673032eb8 (diff)
downloadperl-f26e2faaba4305b481d576a23dabd2e2b58b75aa.tar.gz
Setup @INC.
p4raw-id: //depot/perl@20948
Diffstat (limited to 't/op/cproto.t')
-rw-r--r--t/op/cproto.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/op/cproto.t b/t/op/cproto.t
index 26850c0574..fce11e0c4e 100644
--- 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;