Skip to content

Commit 506f5a1

Browse files
meritissimo1intel-lab-lkp
authored andcommitted
selftests: mptcp: connect: Use more formal wording in error message
Update error message in mptcp_connect.sh to use a more formal and consistent wording. The phrase "not able to" was replaced with "Unable to" for better clarity. Signed-off-by: Marcelo Moreira <[email protected]>
1 parent c484fb7 commit 506f5a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ check_mptcp_disabled()
261261

262262
# mainly to cover more code
263263
if ! ip netns exec ${disabled_ns} sysctl net.mptcp >/dev/null; then
264-
mptcp_lib_pr_fail "not able to list net.mptcp sysctl knobs"
265-
mptcp_lib_result_fail "not able to list net.mptcp sysctl knobs"
264+
mptcp_lib_pr_fail "Unable to list net.mptcp sysctl knobs"
265+
mptcp_lib_result_fail "Unable to list net.mptcp sysctl knobs"
266266
ret=${KSFT_FAIL}
267267
return 1
268268
fi

0 commit comments

Comments
 (0)