diff --git a/test/tap/tap/utils.h b/test/tap/tap/utils.h index 7f37a6331..549110a70 100644 --- a/test/tap/tap/utils.h +++ b/test/tap/tap/utils.h @@ -10,7 +10,7 @@ if (mysql_query(mysql, query)) { \ fprintf(stderr, "File %s, line %d, Error: %s\n", \ __FILE__, __LINE__, mysql_error(mysql)); \ - return exit_status(); \ + return EXIT_FAILURE; \ } \ } while(0)