X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2F14-might_have.t;fp=t%2Fcdbi-t%2F14-might_have.t;h=b309edca7f22d774f805f42bbe7c6ff78928cd06;hb=50891152d0b24649bfd67bdba97feec86b11c064;hp=febdd7028046601d85609e9a0e5f12b14daba556;hpb=23209c4474d71e419b3fcf9699ae05565c2997f5;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi-t/14-might_have.t b/t/cdbi/14-might_have.t similarity index 98% rename from t/cdbi-t/14-might_have.t rename to t/cdbi/14-might_have.t index febdd70..b309edc 100644 --- a/t/cdbi-t/14-might_have.t +++ b/t/cdbi/14-might_have.t @@ -11,7 +11,7 @@ BEGIN { plan $@ ? (skip_all => 'needs DBD::SQLite for testing') : (tests => 22); } -use lib 't/testlib'; +use lib 't/cdbi/testlib'; use Film; use Blurb;