X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F04-preconnect.t;h=9d9cded85558111e4d44f6b6eaca38994d13b4d7;hb=refs%2Fheads%2Fsqlt-refactor;hp=4e3a77b88f7e2c9b1a77b2439f4b51cc3a3c8e63;hpb=ff40cb1f9761e5118c2042e7b6f7e8bb947bd20a;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/t/04-preconnect.t b/t/04-preconnect.t index 4e3a77b..9d9cded 100644 --- a/t/04-preconnect.t +++ b/t/04-preconnect.t @@ -14,8 +14,8 @@ use Test::Exception; DBICDHTest::ready; -my $db = 'dbi:SQLite:db.db'; -my @connection = ($db, '', '', { ignore_version => 1, }, { on_connect_do => sub { die }}); +my $db = 'dbi:SQLite::memory:'; +my @connection = ($db, '', '', { ignore_version => 1, on_connect_do => sub { die }}); my $sql_dir = 't/sql'; VERSION1: {