X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fdb-hash.t;h=b7018742e493cec5ef3a060dae71f15a64bdcafc;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=c52d8ae9ddefc1558b41bd103d7e97c53c630524;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/lib/db-hash.t b/t/lib/db-hash.t index c52d8ae..b701874 100755 --- a/t/lib/db-hash.t +++ b/t/lib/db-hash.t @@ -1,7 +1,7 @@ #!./perl -w BEGIN { - unshift @INC, '../lib' if -d '../lib' ; + @INC = '../lib'; require Config; import Config; if ($Config{'extensions'} !~ /\bDB_File\b/) { print "1..0 # Skip: DB_File was not built\n";