diff --git a/test/regress_http.c b/test/regress_http.c index 363ebe67..7c8337a3 100644 --- a/test/regress_http.c +++ b/test/regress_http.c @@ -718,6 +718,7 @@ http_delete_test(void *arg) http = http_setup(&port, data->base, 0); + tt_assert(http); fd = http_connect("127.0.0.1", port); tt_int_op(fd, >=, 0);