diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2002-04-26 00:45:36 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2002-04-26 00:45:36 +0000 |
commit | 35d88760165be575724cd1a879799c58a79fe96e (patch) | |
tree | cb3e84c01145a8601b1756573698652e1f696059 /t | |
parent | 7c436af33814ce716234caa65f470fe47c2a0efa (diff) | |
download | perl-35d88760165be575724cd1a879799c58a79fe96e.tar.gz |
MANIFEST is needlessly held open for entire duration of "make test"
p4raw-id: //depot/perl@16174
Diffstat (limited to 't')
-rwxr-xr-x | t/TEST | 1 | ||||
-rw-r--r-- | t/harness | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -89,6 +89,7 @@ unless (@ARGV) { } } } + close MANI; } else { warn "$0: cannot open $mani: $!\n"; } @@ -67,6 +67,7 @@ if (@ARGV) { push @tests, File::Spec->catfile($updir, $1); } } + close MANI; } else { warn "$0: cannot open $mani: $!\n"; } |