mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
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 <alok.a.tiwari@oracle.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20250921192111.1567498-1-alok.a.tiwari@oracle.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
09630ab91d
commit
f770645860
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user