fix 93nobindvars for people not testing MySQL
Brandon L. Black [Fri, 1 Jun 2007 01:49:50 +0000 (01:49 +0000)]
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;
 }