X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F89dbicadmin.t;h=095204d5bc57ff17168c9a520111b3c89af39daf;hb=e28ac0a3d02846742fa0313bf2a046e449ea03e8;hp=80776641af728ebd5867df8c1f9307b8191be349;hpb=e4c66bc8b231a31e27b39b16711f0b36ad032c11;p=dbsrgits%2FDBIx-Class.git diff --git a/t/89dbicadmin.t b/t/89dbicadmin.t index 8077664..095204d 100644 --- a/t/89dbicadmin.t +++ b/t/89dbicadmin.t @@ -6,7 +6,7 @@ use Test::More; use lib qw(t/lib); use DBICTest; -my $schema = DBICTest->init_schema(); +my $schema = DBICTest->init_schema( sqlite_use_file => 1 ); eval 'require JSON::Any'; plan skip_all => 'Install JSON::Any to run this test' if ($@);