X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Foptional_apache-cgi-rewrite.pl;h=8ce1d6b85e4c7fb112818f958e35a2c394008785;hb=73cfe9caf8ca1424c2bfe56d948a8c49a623fba9;hp=ce4d9c8a129b2c9f91deeb9b33e350bf14f2e018;hpb=498a0db3d2c6de86ea2185be6620625785e14196;p=catagits%2FCatalyst-Runtime.git diff --git a/t/optional_apache-cgi-rewrite.pl b/t/optional_apache-cgi-rewrite.pl index ce4d9c8..8ce1d6b 100755 --- a/t/optional_apache-cgi-rewrite.pl +++ b/t/optional_apache-cgi-rewrite.pl @@ -37,7 +37,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);