Author: gozer
Date: Tue Jan 17 16:31:07 2006
New Revision: 369980
URL: http://svn.apache.org/viewcvs?rev=369980&view=rev
Log:
Disabling local %ENV testing, as it breaks the build
and it's now obvious that the underlying problem is
more complex than originally thought
Modified:
perl/modperl/trunk/t/modperl/local_env.t
Modified: perl/modperl/trunk/t/modperl/local_env.t
URL:
http://svn.apache.org/viewcvs/perl/modperl/trunk/t/modperl/local_env.t?rev=369980&r1=369979&r2=369980&view=diff
==============================================================================
--- perl/modperl/trunk/t/modperl/local_env.t (original)
+++ perl/modperl/trunk/t/modperl/local_env.t Tue Jan 17 16:31:07 2006
@@ -4,11 +4,11 @@
use Apache::Test;
use Apache::TestRequest qw(GET);
-plan tests => 1;
+plan tests => 1, skip_reason('local %ENV is still broken');
my $module = 'TestModperl::local_env';
my $url = Apache::TestRequest::module2url($module);
-
+ ;
my $failed;
foreach (1..25) {
my $req = GET $url;