Don't include tests on sample command line, the test does globbing now
Andy Grundman [Mon, 13 Aug 2007 02:20:12 +0000 (02:20 +0000)]
t/conf/extra.conf.in
t/optional_apache-fastcgi-non-root.t
t/optional_apache-fastcgi.pl

index cb8c13b..3b64074 100644 (file)
@@ -34,7 +34,7 @@
     ScriptAlias / @ServerRoot@/tmp/TestApp/script/testapp_fastcgi.pl/
 
     <IfModule mod_rewrite.c>
-        # Fix trailing slas
+        # Fix trailing slash
         RewriteEngine on
         RewriteRule /fastcgi/deep/path$ /fastcgi/deep/path/ [PT]
     </IfModule>
index b8da311..11eb8ca 100755 (executable)
@@ -5,7 +5,7 @@
 # Note, to get this to run properly, you may need to give it the path to your
 # httpd.conf:
 #
-# perl t/optional_apache-fastcgi-non-root.pl -httpd_conf /etc/apache/httpd.conf t/live_*
+# perl t/optional_apache-fastcgi-non-root.pl -httpd_conf /etc/apache/httpd.conf
 
 use strict;
 use warnings;
index 89442f1..9ad2ca6 100755 (executable)
@@ -5,7 +5,7 @@
 # Note, to get this to run properly, you may need to give it the path to your
 # httpd.conf:
 #
-# perl t/optional_apache-fastcgi.pl -httpd_conf /etc/apache/httpd.conf t/live_*
+# perl t/optional_apache-fastcgi.pl -httpd_conf /etc/apache/httpd.conf
 
 use strict;
 use warnings;
@@ -33,7 +33,7 @@ rmtree 't/tmp/TestApp/t';
 
 $ENV{CATALYST_SERVER} = 'http://localhost:8529';
 
-if ( !-e 't/optional_apache-fastcgi.pl2' ) {
+if ( !-e 't/optional_apache-fastcgi.pl' ) {
     die "ERROR: Please run test from the Catalyst-Runtime directory\n";
 }