Skip to content

Commit f770645

Browse files
aloktiwakuba-moo
authored andcommitted
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 <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 09630ab commit f770645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/net/rtnetlink.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ kci_test_encap_fou()
526526
run_cmd_fail ip -netns "$testns" fou del port 9999
527527
run_cmd ip -netns "$testns" fou del port 7777
528528
if [ $ret -ne 0 ]; then
529-
end_test "FAIL: fou"s
529+
end_test "FAIL: fou"
530530
return 1
531531
fi
532532

0 commit comments

Comments
 (0)