The rtnetlink FOU selftest prints an incorrect string: "FAIL: fou"s. Change it to the intended "FAIL: fou" by removing a stray character in the end_test string of the test.
Signed-off-by: Alok Tiwari alok.a.tiwari@oracle.com --- tools/testing/selftests/net/rtnetlink.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/net/rtnetlink.sh b/tools/testing/selftests/net/rtnetlink.sh index d6c00efeb664..24bba74c77ee 100755 --- a/tools/testing/selftests/net/rtnetlink.sh +++ b/tools/testing/selftests/net/rtnetlink.sh @@ -519,7 +519,7 @@ kci_test_encap_fou() run_cmd_fail ip -netns "$testns" fou del port 9999 run_cmd ip -netns "$testns" fou del port 7777 if [ $ret -ne 0 ]; then - end_test "FAIL: fou"s + end_test "FAIL: fou" return 1 fi
On Sun, Sep 21, 2025 at 12:21:08PM -0700, Alok Tiwari wrote:
The rtnetlink FOU selftest prints an incorrect string: "FAIL: fou"s. Change it to the intended "FAIL: fou" by removing a stray character in the end_test string of the test.
Signed-off-by: Alok Tiwari alok.a.tiwari@oracle.com
Thanks. This looks like a typo added by commit 9c2a19f71515 ("kselftest: rtnetlink.sh: add verbose flag")
Reviewed-by: Simon Horman horms@kernel.org
Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Sun, 21 Sep 2025 12:21:08 -0700 you wrote:
The rtnetlink FOU selftest prints an incorrect string: "FAIL: fou"s. Change it to the intended "FAIL: fou" by removing a stray character in the end_test string of the test.
Signed-off-by: Alok Tiwari alok.a.tiwari@oracle.com
tools/testing/selftests/net/rtnetlink.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links: - [net-next] selftests: rtnetlink: correct error message in rtnetlink.sh fou test https://git.kernel.org/netdev/net-next/c/f77064586026
You are awesome, thank you!
linux-kselftest-mirror@lists.linaro.org