From 35d88760165be575724cd1a879799c58a79fe96e Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Fri, 26 Apr 2002 00:45:36 +0000 Subject: MANIFEST is needlessly held open for entire duration of "make test" p4raw-id: //depot/perl@16174 --- t/harness | 1 + 1 file changed, 1 insertion(+) (limited to 't/harness') diff --git a/t/harness b/t/harness index 6153b230ff..53665f4a23 100644 --- 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"; } -- cgit v1.2.1