Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart committed Sep 8, 2023
1 parent ef89981 commit 5b8dff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/s2n_ktls_io_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,7 @@ int main(int argc, char **argv)
s2n_blocked_status blocked = S2N_NOT_BLOCKED;
ssize_t result = s2n_ktls_sendv_with_offset(conn,
test_iovecs.iovecs, test_iovecs.iovecs_count, offset, &blocked);
fprintf(stderr, "%li result = %li\n", offset, result);
EXPECT_EQUAL(result, expected_sent);

EXPECT_EQUAL(out.sendmsg_invoked_count, 1);
Expand Down

0 comments on commit 5b8dff9

Please sign in to comment.