X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Foptional_apache-cgi.pl;h=f81c7c47bf26e4255ba7d67ad71eff4c0a9c58e6;hp=160ec7ae233cf454217a3a6f973c707a02d1f761;hb=4910fc25573e604a633a97d47c992f7d0c51b02d;hpb=498a0db3d2c6de86ea2185be6620625785e14196 diff --git a/t/optional_apache-cgi.pl b/t/optional_apache-cgi.pl index 160ec7a..f81c7c4 100755 --- a/t/optional_apache-cgi.pl +++ b/t/optional_apache-cgi.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.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);