From: Brandon Black Date: Fri, 30 Mar 2007 01:11:31 +0000 (+0000) Subject: oops, did not want to commit that comment-out X-Git-Tag: 0.03999_01~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7e9ee6a44e9ab20ea55db6e7a812cdc90a6b837e;p=dbsrgits%2FDBIx-Class-Schema-Loader.git oops, did not want to commit that comment-out --- diff --git a/t/22dump.t b/t/22dump.t index c135640..78e617b 100644 --- a/t/22dump.t +++ b/t/22dump.t @@ -62,4 +62,4 @@ eval { DBICTest::Schema::2->connect($make_dbictest_db::dsn) }; ok(!$@, 'no death with dump_directory set (overwrite2)') or diag "Dump failed: $@"; -# END { rmtree($dump_path, 1, 1); } +END { rmtree($dump_path, 1, 1); }