Missed test spewing odd debug after fd2c6658f (slave-less replication)
Peter Rabbitson [Thu, 28 Apr 2016 07:07:08 +0000 (09:07 +0200)]
Disabling VIA_REPLICATED as it makes no sense here anyway

t/storage/dbi_coderef.t

index 4bbae78..9408417 100644 (file)
@@ -3,6 +3,8 @@ BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
 use strict;
 use warnings;
 
+BEGIN { $ENV{DBICTEST_VIA_REPLICATED} = 0 }
+
 use Test::More;
 
 use DBICTest;