X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fcli%2Ftest_help;fp=tests%2Fcli%2Ftest_help;h=fb7cb59834adb78bb3e471b7f4071db454f6badc;hp=3445269bd9ecb1259a21414eb874dc61129c2c48;hb=6375b9429f8332f3eacc2ec795aa1924c73d9cc8;hpb=dbc37715597584e302c55ed61b95562db95df9ac diff --git a/tests/cli/test_help b/tests/cli/test_help index 3445269b..fb7cb598 100755 --- a/tests/cli/test_help +++ b/tests/cli/test_help @@ -82,7 +82,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=1' "${stderr}" +grep --silent 'Cannot find component class: plugin-name="ctf", comp-cls-name="bob", comp-cls-type=SOURCE' "${stderr}" ok $? "help with unknown component class name produces expected error" grep --silent 'Description: CTF input and output' "${stdout}"