From: Alok Tiwari Date: Sun, 21 Sep 2025 19:21:08 +0000 (-0700) Subject: selftests: rtnetlink: correct error message in rtnetlink.sh fou test X-Git-Tag: v6.18-rc1~132^2~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f77064586026df2acbab0631df237d4147350983;p=thirdparty%2Fkernel%2Flinux.git selftests: rtnetlink: correct error message in rtnetlink.sh fou test 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 Reviewed-by: Simon Horman Link: https://patch.msgid.link/20250921192111.1567498-1-alok.a.tiwari@oracle.com Signed-off-by: Jakub Kicinski --- diff --git a/tools/testing/selftests/net/rtnetlink.sh b/tools/testing/selftests/net/rtnetlink.sh index 9da47a845be63..dbf77513f6179 100755 --- a/tools/testing/selftests/net/rtnetlink.sh +++ b/tools/testing/selftests/net/rtnetlink.sh @@ -526,7 +526,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