X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=t%2F01basics.t;h=ba7b83434e7feba3735a7f459e14f4c2931d51e4;hb=8d3f7b6c5612270c10042d8e0a9e52ad4ad54a46;hp=fb795986427f19b8faebc773d75676a94c64b83d;hpb=b9aff7e76eab19b36abd670e6fc75a8a3d821324;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 =>