X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fpsgi_file_testapp.t;h=14e25fb9751a65329cc54936e405f2d6e906bd39;hp=ea06d558e8810245828fefea56cd6b15940d1c5b;hb=79fb8f95180a06c51de7f0fde227927b5d864a7f;hpb=d5024dd8827cc99ae0b2c28e3fbcf50957722112 diff --git a/t/psgi_file_testapp.t b/t/psgi_file_testapp.t index ea06d55..14e25fb 100644 --- a/t/psgi_file_testapp.t +++ b/t/psgi_file_testapp.t @@ -14,7 +14,7 @@ BEGIN { $temp = tempdir( CLEANUP => 1 ); $ENV{CATALYST_HOME} = $temp; - open(my $psgi, '>', File::Spec->catdir($temp, 'testapp.psgi')) or die; + open(my $psgi, '>', File::Spec->catfile($temp, 'testapp.psgi')) or die; print $psgi q{ use strict; use TestApp;