This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Stop t/op/coreamp.t leaving temporary files behind
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 29 Aug 2013 12:55:32 +0000 (13:55 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 29 Aug 2013 12:57:20 +0000 (13:57 +0100)
commitd7f2696daa830564250fcf2f421bb58e97f14d0d
tree464a8eddd00d258be5e4208d1407a0e4f2bb15ca
parent59f4d939f1cc8da4fafc804dea232879ce8b58ac
Stop t/op/coreamp.t leaving temporary files behind

test.pl will delete any file made by tempfile(), but it won't delete the
*.dir and *.pag files made by dbmopen. Hopefully this is the right way to
delete them, cribbed from lib/AnyDBM_File.t.
t/op/coreamp.t