/[Apache-SVN]/httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL
ViewVC logotype

Diff of /httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL	2004/12/20 04:04:09	122806
+++ httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL	2004/12/20 04:06:54	122807
@@ -30,6 +30,7 @@ Apache::TestMM::filter_args();
 my @scripts = qw(t/TEST);
 
 finddepth(sub {
+    return if $_ eq 'Apache-TestItSelf';
     return unless /(.*?\.pl)\.PL$/;
     push @scripts, "$File::Find::dir/$1";
 }, '.');

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26