diff options
Diffstat (limited to 'ext/DB_File/t/db-recno.t')
-rwxr-xr-x | ext/DB_File/t/db-recno.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/DB_File/t/db-recno.t b/ext/DB_File/t/db-recno.t index 13c635591a..813c47d477 100755 --- a/ext/DB_File/t/db-recno.t +++ b/ext/DB_File/t/db-recno.t @@ -1,6 +1,7 @@ #!./perl -w BEGIN { + chdir 't' if -d 't'; @INC = '../lib'; require Config; import Config; if ($Config{'extensions'} !~ /\bDB_File\b/) { |