Fix fail with DBICTEST_DEBUG_CONCURRENCY_LOCKS set (thinko in 69016f65)
Peter Rabbitson [Mon, 2 Nov 2015 20:56:45 +0000 (21:56 +0100)]
xt/extra/lean_startup.t

index 9675ef0..95bec73 100644 (file)
@@ -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