oops, did not want to commit that comment-out
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 22dump.t
index c135640..78e617b 100644 (file)
@@ -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); }