oops, did not want to commit that comment-out
Brandon Black [Fri, 30 Mar 2007 01:11:31 +0000 (01:11 +0000)]
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); }