Loading src/test/test_address.c +4 −2 Original line number Diff line number Diff line Loading @@ -808,8 +808,10 @@ test_address_get_if_addrs6_list_internal(void *arg) results = get_interface_address6_list(LOG_ERR, AF_INET6, 1); tt_int_op(smartlist_len(mock_saved_logs()), OP_LE, 1); if (smartlist_len(mock_saved_logs()) == 1) { expect_log_msg_containing_either("connect() failed", "unable to create socket"); expect_log_msg_containing_either4("connect() failed", "unable to create socket", "Address that we determined via UDP socket magic is unsuitable for public comms.", "getsockname() to determine interface failed"); } teardown_capture_of_logs(); Loading Loading
src/test/test_address.c +4 −2 Original line number Diff line number Diff line Loading @@ -808,8 +808,10 @@ test_address_get_if_addrs6_list_internal(void *arg) results = get_interface_address6_list(LOG_ERR, AF_INET6, 1); tt_int_op(smartlist_len(mock_saved_logs()), OP_LE, 1); if (smartlist_len(mock_saved_logs()) == 1) { expect_log_msg_containing_either("connect() failed", "unable to create socket"); expect_log_msg_containing_either4("connect() failed", "unable to create socket", "Address that we determined via UDP socket magic is unsuitable for public comms.", "getsockname() to determine interface failed"); } teardown_capture_of_logs(); Loading