fix issues with middleware stash localizing stuff
[catagits/Catalyst-Runtime.git] / t / optional_apache-cgi-rewrite.pl
index ce4d9c8..abf467e 100755 (executable)
@@ -1,5 +1,3 @@
-#!perl
-
 # Run all tests against CGI mode under Apache
 #
 # Note, to get this to run properly, you may need to give it the path to your
@@ -37,7 +35,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);