X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F93nobindvars.t;h=c955a0615006e3ab458847b39db9fefa0ca5ebf2;hb=5d62876f5fe86bc1b3a11a571074164bcce27e7b;hp=e64dbb691e6ef037376d30eeabc8c80ce53594a3;hpb=d944c5aea7c21750ce97107aacb50db173ff2ddb;p=dbsrgits%2FDBIx-Class.git diff --git a/t/93nobindvars.t b/t/93nobindvars.t index e64dbb6..c955a06 100644 --- a/t/93nobindvars.t +++ b/t/93nobindvars.t @@ -65,5 +65,5 @@ is( $it->next, undef, "next past end of resultset ok" ); # clean up our mess END { - $dbh->do("DROP TABLE artist"); + $dbh->do("DROP TABLE artist") if $dbh; }