From 83754a4a07375d41899667a70ddad664e5e305f5 Mon Sep 17 00:00:00 2001 From: Marcin Kasperski Date: Mon, 19 Nov 2012 21:55:09 +0100 Subject: [PATCH] some test files were not cleaned after the tests --- t/run.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/run.t b/t/run.t index b3dd84b..5eb2d99 100644 --- a/t/run.t +++ b/t/run.t @@ -137,3 +137,5 @@ ok(!$@, "delete record\n" . $@ . "\n"); unlink('t/3.out'); unlink('t/4.out'); unlink('t/5.out'); +unlink('t/6.out'); +unlink('t/6a.out');