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