X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Foptional_apache-cgi-rewrite.pl;h=8ce1d6b85e4c7fb112818f958e35a2c394008785;hp=ce4d9c8a129b2c9f91deeb9b33e350bf14f2e018;hb=cb1e348badf54b4ceacca793b0baa6312e2a7e5d;hpb=498a0db3d2c6de86ea2185be6620625785e14196 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);