X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbackcompat%2F0.04006%2F22dump.t;h=9a53f7d2c91cfabb72f042ab85b24601bc99a1e1;hb=f22644d75f6f7bc63bc695c32ad6dd59e7af359b;hp=fb609d21559f3e71ea277828276e2f66ae45b586;hpb=075aff9752f9c6ec020cc040b6f70e131be0f4ad;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/backcompat/0.04006/22dump.t b/t/backcompat/0.04006/22dump.t index fb609d2..9a53f7d 100644 --- a/t/backcompat/0.04006/22dump.t +++ b/t/backcompat/0.04006/22dump.t @@ -69,4 +69,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) if $ENV{SCHEMA_LOADER_TESTS_BACKCOMPAT}; }