X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=t%2Fdb_colinfo.t;fp=t%2Fdb_colinfo.t;h=74dea75bee3c7b728d67ec2a01a2d855a3f8ae93;hb=79aa8d27d124d06bf88b2fc0487ae97563b98936;hp=2b341eb699c1a6e279ce2c25b2c253c8da47c390;hpb=1c8db728a3fb5adb4f0ea876ea1316457700edf8;p=maypole.git diff --git a/t/db_colinfo.t b/t/db_colinfo.t index 2b341eb..74dea75 100755 --- a/t/db_colinfo.t +++ b/t/db_colinfo.t @@ -1,9 +1,9 @@ #!/usr/bin/perl -w use Test::More; use Data::Dumper; -use lib 'ex'; # Where BeerDB should live +use lib 'examples'; # Where BeerDB should live BEGIN { - plan tests => 65; + plan tests => 45; } $db = 'test';