In Fcntl's syslfs.t and t/op/lfs.t, eliminate bye().
authorNicholas Clark <nick@ccl4.org>
Tue, 14 Dec 2010 16:12:39 +0000 (16:12 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 14 Dec 2010 16:59:53 +0000 (16:59 +0000)
commit90a99f495949b5c02a82b563bc1b72671aefd96c
treee768639df2d8616060e5b5b0afe87180bd1ae5ad
parent09eb7cfbca20b4071e1b90c66713173d118d1d47
In Fcntl's syslfs.t and t/op/lfs.t, eliminate bye().

Its cleanup actions are implicit in the END block, so replace C<warn ...; bye>;
with C<die ...> and other calls of C<bye;> with C<exit 0;>

Also, remove the newlines from the strings passed to die, to make the
diagnostics more useful for locating failures.
ext/Fcntl/t/syslfs.t
t/op/lfs.t