Skip to content

Commit

Permalink
selftests: mptcp: apply Mat's comment
Browse files Browse the repository at this point in the history
The counter was not incremented as expected.

Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
  • Loading branch information
matttbe committed Dec 15, 2021
1 parent 0f4945b commit 07368dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/net/mptcp/mptcp_join.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ subflows_error_tests()

# updates in the child shell do not have any effect here, we
# need to bump the test counter for the above case
TEST_COUNT=$((TEST_COUNT))
TEST_COUNT=$((TEST_COUNT+1))

# mpj subflow will be in TW after the reset
wait_for_tw $ns2
Expand Down

0 comments on commit 07368dd

Please sign in to comment.