Setup @INC.
Jarkko Hietaniemi [Sat, 30 Aug 2003 06:08:57 +0000 (06:08 +0000)]
p4raw-id: //depot/perl@20948

t/op/cproto.t

index 26850c0..fce11e0 100644 (file)
@@ -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;