From 07368dde952af3baa12d13cbbed6e7911209a01c Mon Sep 17 00:00:00 2001 From: Matthieu Baerts Date: Wed, 15 Dec 2021 16:55:08 +0100 Subject: [PATCH] selftests: mptcp: apply Mat's comment The counter was not incremented as expected. Signed-off-by: Matthieu Baerts --- tools/testing/selftests/net/mptcp/mptcp_join.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/net/mptcp/mptcp_join.sh b/tools/testing/selftests/net/mptcp/mptcp_join.sh index c73f372c159b1..8cbff7ce35d6b 100755 --- a/tools/testing/selftests/net/mptcp/mptcp_join.sh +++ b/tools/testing/selftests/net/mptcp/mptcp_join.sh @@ -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