~lkcamp/patches

selftests: mptcp: connect: Use more formal wording in error message v1 PROPOSED

Marcelo Moreira: 1
 selftests: mptcp: connect: Use more formal wording in error message

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~lkcamp/patches/patches/57503/mbox | git am -3
Learn more about email & git

[PATCH] selftests: mptcp: connect: Use more formal wording in error message Export this patch

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 <marcelomoreira1905@gmail.com>
---
 tools/testing/selftests/net/mptcp/mptcp_connect.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/selftests/net/mptcp/mptcp_connect.sh b/tools/testing/selftests/net/mptcp/mptcp_connect.sh
index 5e3c56253274..bdc9c22af6be 100755
--- a/tools/testing/selftests/net/mptcp/mptcp_connect.sh
+++ b/tools/testing/selftests/net/mptcp/mptcp_connect.sh
@@ -261,8 +261,8 @@ check_mptcp_disabled()

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