diff options
Diffstat (limited to 't/op/dbm.t')
-rw-r--r-- | t/op/dbm.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/dbm.t b/t/op/dbm.t index 28ed700dfb..f3b7de2833 100644 --- a/t/op/dbm.t +++ b/t/op/dbm.t @@ -2,8 +2,8 @@ BEGIN { chdir 't' if -d 't'; - @INC = '../lib'; require './test.pl'; + set_up_inc('../lib'); eval { require AnyDBM_File }; # not all places have dbm* functions skip_all("No dbm functions") if $@; |