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=715a623fa649c6655c54e328954312c3d8c21b3b;hp=9ad2ca6665c6c20848166f4fa5fc26c797047ffd;hb=0df490ef10f0a2deaa3b7950e721fa44659de860;hpb=55a7d9850d78f35c8950eacbdb881d68c71c6bf6 diff --git a/t/optional_apache-fastcgi.pl b/t/optional_apache-fastcgi.pl index 9ad2ca6..715a623 100755 --- a/t/optional_apache-fastcgi.pl +++ b/t/optional_apache-fastcgi.pl @@ -37,7 +37,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);