diff options
author | Peter Prymmer <PPrymmer@factset.com> | 2001-05-07 11:13:06 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-08 12:40:28 +0000 |
commit | 9217eab15fbcb76895253b121569a6360c8e171a (patch) | |
tree | 560d43667e36e2a301a6690e2e15f8e26619ebc2 /t/pod | |
parent | 66670188cea1de9e5a28e46eaf556eccea649d2c (diff) | |
download | perl-9217eab15fbcb76895253b121569a6360c8e171a.tar.gz |
cleaner cleanup for t/pod/plainer.t
Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
p4raw-id: //depot/perl@10032
Diffstat (limited to 't/pod')
-rw-r--r-- | t/pod/plainer.t | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/t/pod/plainer.t b/t/pod/plainer.t index 7737ebbab1..7bc0b8dde3 100644 --- a/t/pod/plainer.t +++ b/t/pod/plainer.t @@ -33,7 +33,10 @@ while( <DATA> ) { printf "ok %d\n", ++$test; } -END { unlink $input, $output } +END { + 1 while unlink $input; + 1 while unlink $output; +} __END__ =head <> now reads in records |