MANIFEST is needlessly held open for entire duration of "make test"
Gurusamy Sarathy [Fri, 26 Apr 2002 00:45:36 +0000 (00:45 +0000)]
p4raw-id: //depot/perl@16174

t/TEST
t/harness

diff --git a/t/TEST b/t/TEST
index 7be22f1..5130423 100755 (executable)
--- a/t/TEST
+++ b/t/TEST
@@ -89,6 +89,7 @@ unless (@ARGV) {
                }
            }
        }
+       close MANI;
     } else {
         warn "$0: cannot open $mani: $!\n";
     }
index 6153b23..53665f4 100644 (file)
--- a/t/harness
+++ b/t/harness
@@ -67,6 +67,7 @@ if (@ARGV) {
                    push @tests, File::Spec->catfile($updir, $1);
                }
            }
+           close MANI;
        } else {
            warn "$0: cannot open $mani: $!\n";
        }