]> git.decadent.org.uk Git - maypole.git/blobdiff - t/db_colinfo.t
Merge commit '2.13' into HEAD
[maypole.git] / t / db_colinfo.t
index 41c95a61bd4245af8072a6384ed759e7ea2d54c2..3b20f8dcd463376f32fc158047e0a184b5bb58d5 100755 (executable)
@@ -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;
 }