From: Alexander Hartmaier Date: Wed, 6 Jul 2011 16:18:07 +0000 (+0200) Subject: fixed failing test when DBIC_TRACE_PROFILE is set X-Git-Tag: v0.08193~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=da69d72e86d9b5ad2ab509dcc199c5a2c7d76311;hp=199fbc453ec03891d0e156d7353c5e992ba4de47;p=dbsrgits%2FDBIx-Class.git fixed failing test when DBIC_TRACE_PROFILE is set --- diff --git a/t/storage/debug.t b/t/storage/debug.t index 5e1958e..ab70122 100644 --- a/t/storage/debug.t +++ b/t/storage/debug.t @@ -10,6 +10,8 @@ use DBIC::DebugObj; use DBIC::SqlMakerTest; use Path::Class qw/file/; +BEGIN { delete @ENV{qw(DBIC_TRACE_PROFILE)} } + my $schema = DBICTest->init_schema(); my $lfn = file('t/var/sql.log');