diff --git a/test/tap/tests/reg_test_4264-commit_rollback-t.cpp b/test/tap/tests/reg_test_4264-commit_rollback-t.cpp index 9215e3650..15369d889 100644 --- a/test/tap/tests/reg_test_4264-commit_rollback-t.cpp +++ b/test/tap/tests/reg_test_4264-commit_rollback-t.cpp @@ -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;