X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Foptional_apache-fastcgi-non-root.pl;fp=t%2Foptional_apache-fastcgi-non-root.pl;h=23ea42d82d0aa0c7c334be7d342426281d6a0ef3;hp=11eb8ca81e3fb0dee3c9ea5ce7511b21de6a6875;hb=a68314c2bb8ad7c2fc95f0008df7e4ebd35e5ebe;hpb=fe7960931099de2d6e5e3b05a575d94ed2b57761 diff --git a/t/optional_apache-fastcgi-non-root.pl b/t/optional_apache-fastcgi-non-root.pl index 11eb8ca..23ea42d 100755 --- a/t/optional_apache-fastcgi-non-root.pl +++ b/t/optional_apache-fastcgi-non-root.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);