X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F01-new.t;h=8dd893ae97e8bd406cd2f7285c1ebeb96e235f76;hb=01a3246a80b0704eac68a606c44e63d6bf17e14f;hp=685a80b3264f366b6e3211993c40f1d6694c47d4;hpb=dc44796e85b4949521f5c79d8544b11b2680b75f;p=dbsrgits%2FDBIx-Class-Fixtures.git diff --git a/t/01-new.t b/t/01-new.t index 685a80b..8dd893a 100644 --- a/t/01-new.t +++ b/t/01-new.t @@ -2,8 +2,11 @@ use DBIx::Class::Fixtures; use Test::More tests => 3; +use Test::TempDir::Tiny; use IO::All; +my $tempdir = tempdir; + my $config_dir = io->catfile(qw't var configs')->name; my $imaginary_config_dir = io->catfile(qw't var not_there')->name;