Skip to content

Commit

Permalink
disable=SC2030
Browse files Browse the repository at this point in the history
fix2

Signed-off-by: Geliang Tang <[email protected]>
  • Loading branch information
Geliang Tang authored and geliangtang committed Mar 12, 2024
1 parent 8463e57 commit 769d103
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/testing/selftests/net/mptcp/mptcp_join.sh
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,7 @@ pm_nl_set_endpoint()
local id

local i
# shellcheck disable=SC2030
for i in "${arr[@]}"; do
if [ $i = "id" ]; then
id=${arr[$nr+1]}
Expand Down Expand Up @@ -2582,6 +2583,7 @@ v4mapped_tests()
# no subflow IPv6 to v4 address even if v6 has a valid v4 at the end
local addr i
for addr in "2" "10.0.3.2"; do
# shellcheck disable=SC2031
if reset "no JOIN with diff families v4-v6-$((++i))"; then
pm_nl_set_limits $ns1 0 1
pm_nl_set_limits $ns2 0 1
Expand Down

0 comments on commit 769d103

Please sign in to comment.