X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=t%2Fdb_colinfo.t;h=3b20f8dcd463376f32fc158047e0a184b5bb58d5;hb=ccffaddb7564c652448befe4d67d0ae5276d8975;hp=41c95a61bd4245af8072a6384ed759e7ea2d54c2;hpb=83769a6653a8736141d035a8a963c6cc99970a17;p=maypole.git diff --git a/t/db_colinfo.t b/t/db_colinfo.t index 41c95a6..3b20f8d 100755 --- a/t/db_colinfo.t +++ b/t/db_colinfo.t @@ -10,7 +10,7 @@ BEGIN { die "couldn't connect to mysql" unless (@databases); }; warn "error : $@ \n" if ($@); - my $testcount = ($@) ? 45 : 65 ; + my $testcount = ($@) ? 45 : 64 ; plan tests => $testcount; }