/[Apache-SVN]/httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestHarness.pm
ViewVC logotype

Diff of /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestHarness.pm

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

--- httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestHarness.pm	2005/01/04 19:21:07	124141
+++ httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestHarness.pm	2005/01/04 19:23:19	124142
@@ -112,6 +112,7 @@ sub prune {
     local $_;
 
     for (@tests) {
+        next if /\.#/; # skip temp emacs files
         my $dir = dirname $_;
         if (m:\Wall\.t$:) {
             unless ($self->run_t($_)) {

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26