Get coreamp.t passing on VMS.
authorCraig A. Berry <craigberry@mac.com>
Sat, 27 Aug 2011 22:26:25 +0000 (17:26 -0500)
committerCraig A. Berry <craigberry@mac.com>
Sat, 27 Aug 2011 22:26:25 +0000 (17:26 -0500)
commitd3288251a84864473722a48deb043d36a04b6fad
tree757cffea876ea5fefec3a01c40e12a1c3f742468
parente1a8dbf543b3c24ee8aacaf571e19124bec0b7ae
Get coreamp.t passing on VMS.

The last record in a file ends with a newline willy nilly, so we
might as well write (and test for) one explicitly.

The name of a directory file ends with .DIR, so we need to allow
for that.

File::Temp panics when trying to delete the directory that is the
current working directory, so save where we were and restore to it
before clean-up.
t/op/coreamp.t