X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Foptional_apache-fastcgi.pl;h=95c3702ef7faac0b512ccd7e8ffa1d3fe5a74a37;hp=9ad2ca6665c6c20848166f4fa5fc26c797047ffd;hb=36bac47263176777680ba79b36b60a453386d7ed;hpb=55a7d9850d78f35c8950eacbdb881d68c71c6bf6 diff --git a/t/optional_apache-fastcgi.pl b/t/optional_apache-fastcgi.pl index 9ad2ca6..95c3702 100755 --- a/t/optional_apache-fastcgi.pl +++ b/t/optional_apache-fastcgi.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);