From: Peter Rabbitson Date: Mon, 6 Sep 2010 17:23:01 +0000 (+0200) Subject: Cleanup after ourselves X-Git-Tag: v0.00305~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=308f4c2a55a392a0b59a9ce01eac5891ca7f8336;p=p5sagit%2FLog-Contextual.git Cleanup after ourselves --- diff --git a/t/log4perl.t b/t/log4perl.t index 6d7e6aa..d3682a7 100644 --- a/t/log4perl.t +++ b/t/log4perl.t @@ -35,3 +35,4 @@ close $log; is $datas[0], "file:t/log4perl.t line:$elines[0] method:main:: - err FIRST\n", 'file and line work with Log4perl'; is $datas[1], "file:t/log4perl.t line:$elines[1] method:main::foo - err SECOND\n", 'file and line work with Log4perl in a sub'; +unlink 'myerrs.log';