diff options
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'; |