From f4a33b163d760d37ab20a7e8cdb05fa9bf30c210 Mon Sep 17 00:00:00 2001 From: Timothy Appnel Date: Thu, 7 Oct 2010 16:10:34 -0400 Subject: [PATCH] [#229 state:resolved] Removing the MT_CONFIG statement seemed to fix the compilation problem. Now that the test can run several errors have been revealed though. --- t/35-tags.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/35-tags.t b/t/35-tags.t index 2ce0cb546..d14f445ef 100644 --- a/t/35-tags.t +++ b/t/35-tags.t @@ -4,9 +4,9 @@ use strict; use warnings; use IPC::Open2; -BEGIN { - $ENV{MT_CONFIG} = 'mysql-test.cfg'; -} +#BEGIN { +# $ENV{MT_CONFIG} ||= 'sqllite-test.cfg'; +#} $| = 1;