X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F12pg_common.t;h=21e83ec7c2d61d392cf8f8932dc85977359102db;hb=f614883455e12128c1e18ab39498434fcda5062e;hp=92ba833657d81c8fa9822d39d2a2dc50ec5ba637;hpb=9e978a19c9486474511d003abcf63d0a559d20f5;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/12pg_common.t b/t/12pg_common.t index 92ba833..21e83ec 100644 --- a/t/12pg_common.t +++ b/t/12pg_common.t @@ -1,5 +1,5 @@ use strict; -use lib qw( . ./t ); +use lib qw(t/lib); use dbixcsl_common_tests; my $dsn = $ENV{DBICTEST_PG_DSN} || '';