diff options
author | Matthieu Baerts (NGI0) <matttbe@kernel.org> | 2024-09-06 20:46:10 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-09-10 01:52:04 +0200 |
commit | a5b6be42aac0fd3b94adaeec3cda4d847b304fd8 (patch) | |
tree | 3d3f8bf6f8089054d0ea1fd5409c46c2a58b0a10 /tools/testing/selftests/net | |
parent | selftests: mptcp: reset the last TS before the first test (diff) | |
download | linux-a5b6be42aac0fd3b94adaeec3cda4d847b304fd8.tar.xz linux-a5b6be42aac0fd3b94adaeec3cda4d847b304fd8.zip |
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) <matttbe@kernel.org>
Link: https://patch.msgid.link/20240906-net-next-mptcp-ksft-subtest-time-v2-4-31d5ee4f3bdf@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing/selftests/net')
-rwxr-xr-x | tools/testing/selftests/net/mptcp/diag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/mptcp/diag.sh b/tools/testing/selftests/net/mptcp/diag.sh index 776d43a6922d..2bd0c1eb70c5 100755 --- a/tools/testing/selftests/net/mptcp/diag.sh +++ b/tools/testing/selftests/net/mptcp/diag.sh @@ -284,7 +284,7 @@ echo "b" | \ ./mptcp_connect -p 10000 -r 0 -t ${timeout_poll} -w 20 \ 127.0.0.1 >/dev/null & wait_connected $ns 10000 -chk_msk_nr 2 "after MPC handshake " +chk_msk_nr 2 "after MPC handshake" chk_last_time_info 10000 chk_msk_remote_key_nr 2 "....chk remote_key" chk_msk_fallback_nr 0 "....chk no fallback" |