summaryrefslogtreecommitdiff
path: root/t/op/cproto.t
diff options
context:
space:
mode:
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;