X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=tests%2Fcli%2Ftest_help;h=2d620a3aa8e05b694af6ae335c3c0a51d71a6cd7;hb=72fa419d016a3192a1a858e7fdaa013362ceecee;hp=da6460b76bb0244eea77b8484bd26f3b0b2de310;hpb=b5ba8abccb3ce6f65850a918d40781eda51ab8d8;p=babeltrace.git diff --git a/tests/cli/test_help b/tests/cli/test_help index da6460b7..2d620a3a 100755 --- a/tests/cli/test_help +++ b/tests/cli/test_help @@ -92,7 +92,7 @@ ok $? "help with unknown plugin name produces no output" bt_cli "${stdout}" "${stderr}" help src.ctf.bob isnt $? 0 "help with unknown component class name" -grep --silent 'Cannot find component class: plugin-name="ctf", comp-cls-name="bob", comp-cls-type=0' "${stderr}" +grep --silent 'Cannot find component class: plugin-name="ctf", comp-cls-name="bob", comp-cls-type=1' "${stderr}" ok $? "help with unknown component class name produces expected error" grep --silent 'Description: CTF input and output' "${stdout}"