From: Peter Rabbitson Date: Mon, 2 Nov 2015 20:56:45 +0000 (+0100) Subject: Fix fail with DBICTEST_DEBUG_CONCURRENCY_LOCKS set (thinko in 69016f65) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=072b62c48b130d75f4e96ecdb4c46095f520050d;p=dbsrgits%2FDBIx-Class.git Fix fail with DBICTEST_DEBUG_CONCURRENCY_LOCKS set (thinko in 69016f65) --- diff --git a/xt/extra/lean_startup.t b/xt/extra/lean_startup.t index 9675ef0..95bec73 100644 --- a/xt/extra/lean_startup.t +++ b/xt/extra/lean_startup.t @@ -83,7 +83,12 @@ BEGIN { } } -BEGIN { $ENV{DBICTEST_VIA_REPLICATED} = 0 } +BEGIN { + delete $ENV{$_} for qw( + DBICTEST_VIA_REPLICATED + DBICTEST_DEBUG_CONCURRENCY_LOCKS + ); +} ####### ### This is where the test starts