X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=t%2F01basics.t;fp=t%2F01basics.t;h=ba7b83434e7feba3735a7f459e14f4c2931d51e4;hb=8d3f7b6c5612270c10042d8e0a9e52ad4ad54a46;hp=fb795986427f19b8faebc773d75676a94c64b83d;hpb=fd4f46b563663298840413d9b0d6961720458c1b;p=maypole.git diff --git a/t/01basics.t b/t/01basics.t index fb79598..ba7b834 100644 --- a/t/01basics.t +++ b/t/01basics.t @@ -2,7 +2,7 @@ use Test::More; use lib 'ex'; # Where BeerDB should live BEGIN { - $ENV{BEERDB_DEBUG} = 2; + $ENV{BEERDB_DEBUG} = 0; eval { require BeerDB }; Test::More->import( skip_all =>