X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flog4perl.t;h=d3682a720cd123912a5dae2c466296b9f9415cb9;hb=308f4c2a55a392a0b59a9ce01eac5891ca7f8336;hp=6d7e6aa45b7b7b0e5fd70731d89ca7da4f6c5106;hpb=01f8e70a44fa6014771e12d33c6fc6b6a249b0d2;p=p5sagit%2FLog-Contextual.git 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';