X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=t%2F01basics.t;fp=t%2F01basics.t;h=848898593c889aa66978e8aec5e4ad0ed194239f;hb=79aa8d27d124d06bf88b2fc0487ae97563b98936;hp=ba7b83434e7feba3735a7f459e14f4c2931d51e4;hpb=1c8db728a3fb5adb4f0ea876ea1316457700edf8;p=maypole.git diff --git a/t/01basics.t b/t/01basics.t index ba7b834..8488985 100644 --- a/t/01basics.t +++ b/t/01basics.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -w use Test::More; -use lib 'ex'; # Where BeerDB should live +use lib 'examples'; # Where BeerDB should live BEGIN { $ENV{BEERDB_DEBUG} = 0;