Fix test suite to work again with DBICTEST_SQLITE_USE_FILE
[dbsrgits/DBIx-Class.git] / t / sqlmaker / mysql.t
index 2755a3d..e0cd4fc 100644 (file)
@@ -3,6 +3,9 @@ use warnings;
 
 use Test::More;
 
+# Fixed properly in mainline
+BEGIN { delete $ENV{DBICTEST_SQLITE_USE_FILE} }
+
 use lib qw(t/lib);
 use DBICTest;
 use DBICTest::Schema;