Fix a dead-code warning in unit tests. CID 1193548

This commit is contained in:
Nick Mathewson 2014-09-18 11:54:04 -04:00
parent 37390574b0
commit c119f2416c

View File

@ -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);