X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F748informix.t;h=42bdac8984d59b113c5e81bd79850376f13752e5;hb=65d351219882184861384aedac6f251b6797d0d7;hp=11204b90f3419a048f483e6fbd96fbdf37d71d1f;hpb=9345b14c6c86aa8888bf5d47a569ee9bbde24f47;p=dbsrgits%2FDBIx-Class.git diff --git a/t/748informix.t b/t/748informix.t index 11204b9..42bdac8 100644 --- a/t/748informix.t +++ b/t/748informix.t @@ -145,6 +145,7 @@ done_testing; # clean up our mess END { - my $dbh = eval { $schema->storage->_dbh }; - $dbh->do("DROP TABLE artist") if $dbh; + my $dbh = eval { $schema->storage->_dbh }; + $dbh->do("DROP TABLE artist") if $dbh; + undef $schema; }