Make t/pt-archiver/file.t clean up after itself.

This commit is contained in:
Daniel Nichter
2013-01-17 15:43:23 -07:00
parent ef9fba2f50
commit b0cf2e75a4

View File

@@ -118,6 +118,7 @@ like(
# ############################################################################# # #############################################################################
# Done. # Done.
# ############################################################################# # #############################################################################
diag(`rm -f /tmp/*.table_1`);
$sb->wipe_clean($dbh); $sb->wipe_clean($dbh);
ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox"); ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox");