Uncomment cleanup lines in alter_active_table.t.

This commit is contained in:
Daniel Nichter
2012-04-02 19:32:48 -06:00
parent 4ee198e8cd
commit c1feb83b96

View File

@@ -198,7 +198,7 @@ check_ids(qw(pt_osc t id), get_ids());
# #############################################################################
# Done.
# #############################################################################
diag(`rm -rf $query_table_stop`);
#diag(`rm -rf $query_table_output`);
#$sb->wipe_clean($master_dbh);
diag(`rm -rf $query_table_stop >/dev/null 2>&1`);
diag(`rm -rf $query_table_output >/dev/null 2>&1`);
$sb->wipe_clean($master_dbh);
exit;