Create branch register_actions.
[catagits/Catalyst-Runtime.git] / t / optional_apache-fastcgi.pl
index 9ad2ca6..715a623 100755 (executable)
@@ -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);