X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Foptional_apache-fastcgi-non-root.pl;h=bc1b2a51bff89444e7c2f97baf1a326d19e402d3;hp=11eb8ca81e3fb0dee3c9ea5ce7511b21de6a6875;hb=f6ddb2f242a1635b4a5ba848f61d87c1093422dc;hpb=273f165ac9e5b22da929f166170982141a068e12 diff --git a/t/optional_apache-fastcgi-non-root.pl b/t/optional_apache-fastcgi-non-root.pl index 11eb8ca..bc1b2a5 100755 --- a/t/optional_apache-fastcgi-non-root.pl +++ b/t/optional_apache-fastcgi-non-root.pl @@ -1,5 +1,3 @@ -#!perl - # Run all tests against FastCGI mode under Apache # # Note, to get this to run properly, you may need to give it the path to your @@ -37,7 +35,7 @@ if ( !-e 't/optional_apache-fastcgi.pl' ) { die "ERROR: Please run test from the Catalyst-Runtime directory\n"; } -push @ARGV, glob( 't/live_*' ); +push @ARGV, glob( 't/aggregate/live_*' ); Apache::TestRun->new->run(@ARGV);