Skip to content

Commit 4600cfe

Browse files
matttbeintel-lab-lkp
authored andcommitted
selftests: mptcp: diag: remove trailing whitespace
It doesn't need to be there, and it can cause some issues with TAP parsers expecting only one space around the directive delimiter (#). Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent f876b66 commit 4600cfe

File tree

1 file changed

+1
-1
lines changed
  • tools/testing/selftests/net/mptcp

1 file changed

+1
-1
lines changed

tools/testing/selftests/net/mptcp/diag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ echo "b" | \
284284
./mptcp_connect -p 10000 -r 0 -t ${timeout_poll} -w 20 \
285285
127.0.0.1 >/dev/null &
286286
wait_connected $ns 10000
287-
chk_msk_nr 2 "after MPC handshake "
287+
chk_msk_nr 2 "after MPC handshake"
288288
chk_last_time_info 10000
289289
chk_msk_remote_key_nr 2 "....chk remote_key"
290290
chk_msk_fallback_nr 0 "....chk no fallback"

0 commit comments

Comments
 (0)