Fix tests to be in-memory
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / no-component-lib / DBICDHTest.pm
index 7960e05..eddd418 100644 (file)
@@ -8,7 +8,6 @@ use Test::More;
 use Test::Exception;
 
 sub ready {
-   unlink 'db.db' if -e 'db.db';
    if (-d 't/sql') {
      remove_tree('t/sql');
      mkdir 't/sql';