diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-29 04:18:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-29 04:18:08 +0000 |
commit | 20274adc9786e3b748147761b5bf0b5132a6016e (patch) | |
tree | 845188af9672dbc308227ee88532235c96019157 /t | |
parent | 53fb3a93d5c9d966711a0c5ebec2652fa815e12f (diff) | |
download | perl-20274adc9786e3b748147761b5bf0b5132a6016e.tar.gz |
@INC tweak.
p4raw-id: //depot/perl@13352
Diffstat (limited to 't')
-rwxr-xr-x | t/op/ref.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/op/ref.t b/t/op/ref.t index 05f3b84fc7..613c4504e0 100755 --- a/t/op/ref.t +++ b/t/op/ref.t @@ -1,5 +1,10 @@ #!./perl +BEGIN { + chdir 't' if -d 't'; + @INC = qw(.); +} + print "1..62\n"; require 'test.pl'; |