X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F004_basic_file_w_customs.t;h=0683a7948e59228cbfb4ca58891471b32682a46c;hb=40cc4851b7505d5bf16e8d5392223b93ffb9591c;hp=90bfa0cb57d565aabf517f9556785f6eef9acf26;hpb=6d601172505b14ea67245a8c02d951b8d2588411;p=catagits%2FWeb-Session.git diff --git a/t/004_basic_file_w_customs.t b/t/004_basic_file_w_customs.t index 90bfa0c..0683a79 100644 --- a/t/004_basic_file_w_customs.t +++ b/t/004_basic_file_w_customs.t @@ -19,6 +19,9 @@ use Plack::Session::Store::File; use t::lib::TestSession; my $TMP = File::Spec->catdir('t', 'tmp'); +if ( !-d $TMP ) { + mkdir $TMP; +} t::lib::TestSession::run_all_tests( store => Plack::Session::Store::File->new(