From: Jarkko Hietaniemi Date: Sat, 30 Aug 2003 06:08:57 +0000 (+0000) Subject: Setup @INC. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f26e2faaba4305b481d576a23dabd2e2b58b75aa;p=p5sagit%2Fp5-mst-13.2.git Setup @INC. p4raw-id: //depot/perl@20948 --- diff --git a/t/op/cproto.t b/t/op/cproto.t index 26850c0..fce11e0 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 () { chomp;