diff --git a/src/util/tests/process_test.c b/src/util/tests/process_test.c index 1a17ce78bdd..9a7708caf94 100644 --- a/src/util/tests/process_test.c +++ b/src/util/tests/process_test.c @@ -97,7 +97,7 @@ test_util_get_process_exec_path (void) if ((i > 0) && (strcmp(&build_path[i], ".exe") == 0)) build_path[i] = 0; #endif - expect_equal_str(build_path, path, "util_get_process_name"); + expect_equal_str(build_path, path, "test_util_get_process_exec_path"); free(build_path); }