Fixed test that was breaking the sandbox

This commit is contained in:
Carlos Salguero
2017-01-14 00:59:29 -03:00
parent 9e8d3d469e
commit 4070efb7cb
@@ -73,4 +73,6 @@ $master_dbh->do("DROP DATABASE IF EXISTS test");
# Done.
# #############################################################################
$sb->wipe_clean($master_dbh);
$sb->stop_sandbox(qw(cmaster));
ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox");
done_testing;