X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F10_02mysql_common.t;h=76e2a75645f2028d81f48fcda7ab5c93ba824316;hb=9ff235d2b5c3ae8d08097744344bce8f119e709b;hp=e850cbf1b2b95b4dec2be00168e00f18510491d0;hpb=4fb2971cd5784d8bc64f98052e691db9df697516;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/10_02mysql_common.t b/t/10_02mysql_common.t index e850cbf..76e2a75 100644 --- a/t/10_02mysql_common.t +++ b/t/10_02mysql_common.t @@ -337,7 +337,7 @@ EOF $dbh->selectall_arrayref('SHOW DATABASES'); } catch { - skip 'no SHOW DATABASES privileges', 28; + skip 'no SHOW DATABASES privileges', 30; } }