projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
750a4ad
)
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
patch
|
blob
|
blame
|
history
diff --git
a/xt/extra/lean_startup.t
b/xt/extra/lean_startup.t
index
9675ef0
..
95bec73
100644
(file)
--- 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