Cleanup after ourselves
Peter Rabbitson [Mon, 6 Sep 2010 17:23:01 +0000 (19:23 +0200)]
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';