X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Foptional_apache-cgi-rewrite.pl;h=abf467efe5ca6f54f1e7aec85c8f53766d3cba00;hp=ce4d9c8a129b2c9f91deeb9b33e350bf14f2e018;hb=1e300b1c0ff0917934d63d1435e4ae533dc53e55;hpb=498a0db3d2c6de86ea2185be6620625785e14196 diff --git a/t/optional_apache-cgi-rewrite.pl b/t/optional_apache-cgi-rewrite.pl index ce4d9c8..abf467e 100755 --- a/t/optional_apache-cgi-rewrite.pl +++ b/t/optional_apache-cgi-rewrite.pl @@ -1,5 +1,3 @@ -#!perl - # Run all tests against CGI 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-cgi-rewrite.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);