fix 93nobindvars for people not testing MySQL
[dbsrgits/DBIx-Class.git] / t / 93nobindvars.t
index e64dbb6..c955a06 100644 (file)
@@ -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;
 }