Cleanup after ourselves
[p5sagit/Log-Contextual.git] / t / log4perl.t
index 6d7e6aa..d3682a7 100644 (file)
@@ -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';