test/unit: Fix test_ip4_frag

Reset linkoutput_byte_ctr for this test case.
This commit is contained in:
Sebastian Huber 2024-11-22 15:54:25 +01:00 committed by Erik Ekman
parent 73fcf72792
commit 80cfb002f9

View File

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