Skip to content

Commit

Permalink
Add missing 'plan' to regression test for #4264
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierJF committed Jul 28, 2023
1 parent 0d8860e commit d36605e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/tap/tests/reg_test_4264-commit_rollback-t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,8 @@ int prepare_tables_and_config(MYSQL* admin, MYSQL* proxy) {
int main(int argc, char** argv) {
CommandLine cl;

plan(313);

if (cl.getEnv()) {
diag("Failed to get the required environmental variables.");
return EXIT_FAILURE;
Expand Down

0 comments on commit d36605e

Please sign in to comment.