real_val         1911 opal/mca/event/libevent2022/libevent/test/regress_http.c 	const char *real_val = evhttp_find_header(headers, key);
real_val         1912 opal/mca/event/libevent2022/libevent/test/regress_http.c 	tt_assert(real_val != NULL);
real_val         1913 opal/mca/event/libevent2022/libevent/test/regress_http.c 	tt_want(strcmp(real_val, value) == 0);