summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/02_logfile.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/02_logfile.t b/t/02_logfile.t
index 743a36398..15de979d8 100644
--- a/t/02_logfile.t
+++ b/t/02_logfile.t
@@ -17,6 +17,9 @@ my $cp = CP_Testing->new( {default_action => 'logfile'} );
$dbh = $cp->test_database_handle();
+## Remove any old fake schema
+$cp->drop_schema_if_exists();
+
$host = $cp->get_host();
$dbname = $cp->get_dbname();