In Fcntl's syslfs.t and t/op/lfs.t, eliminate zap().
authorNicholas Clark <nick@ccl4.org>
Tue, 14 Dec 2010 15:43:02 +0000 (15:43 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 14 Dec 2010 16:59:53 +0000 (16:59 +0000)
commit09eb7cfbca20b4071e1b90c66713173d118d1d47
treed4e23337f269c63cde56b781e5c0c70a5d3e6116
parent80ed94815e0438a29d0ed646ff1c528d910e8a2d
In Fcntl's syslfs.t and t/op/lfs.t, eliminate zap().

Now that we're using tempfiles, it no longer contains code to unlink the test
files, only a close. Inline the C<close BIG> into bye(), and remove the other
call to zap(), which was immediately after an explicit close of BIG.
ext/Fcntl/t/syslfs.t
t/op/lfs.t