X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbackcompat%2F0.04006%2F22dump.t;h=4279455930234b5c38eed9ded1cc90d66f30498f;hb=c213fd3d7802c6d46dceae4e371476de14c43c56;hp=9a53f7d2c91cfabb72f042ab85b24601bc99a1e1;hpb=c4a499936d5e44e76c894602df95ba2437eb3f3e;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/backcompat/0.04006/22dump.t b/t/backcompat/0.04006/22dump.t index 9a53f7d..4279455 100644 --- a/t/backcompat/0.04006/22dump.t +++ b/t/backcompat/0.04006/22dump.t @@ -3,11 +3,12 @@ use Test::More; use lib qw(t/backcompat/0.04006/lib); use File::Path; use make_dbictest_db; +use dbixcsl_test_dir qw/$tdir/; plan skip_all => 'set SCHEMA_LOADER_TESTS_BACKCOMPAT to enable these tests' unless $ENV{SCHEMA_LOADER_TESTS_BACKCOMPAT}; -my $dump_path = './t/_dump'; +my $dump_path = "$tdir/dump"; local $SIG{__WARN__} = sub { warn @_ unless $_[0] =~