Skip to content

Commit

Permalink
test/unit: Fix test_ip4_frag
Browse files Browse the repository at this point in the history
Reset linkoutput_byte_ctr for this test case.
  • Loading branch information
sebhub authored and yarrick committed Nov 23, 2024
1 parent 73fcf72 commit 80cfb00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/ip4/test_ip4.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ START_TEST(test_ip4_frag)
LWIP_UNUSED_ARG(_i);

linkoutput_ctr = 0;
linkoutput_byte_ctr = 0;

/* Verify that 8000 byte payload is split into six packets */
fail_unless(data != NULL);
Expand Down

0 comments on commit 80cfb00

Please sign in to comment.