From b0cf2e75a49d07243e3df0b45f651a89d85574a5 Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Thu, 17 Jan 2013 15:43:23 -0700 Subject: [PATCH] Make t/pt-archiver/file.t clean up after itself. --- t/pt-archiver/file.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/pt-archiver/file.t b/t/pt-archiver/file.t index 928e4d2d..121ca890 100644 --- a/t/pt-archiver/file.t +++ b/t/pt-archiver/file.t @@ -118,6 +118,7 @@ like( # ############################################################################# # Done. # ############################################################################# +diag(`rm -f /tmp/*.table_1`); $sb->wipe_clean($dbh); ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox");