X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2Ftest_notification_notifier_discarded_count;fp=tests%2Fregression%2Ftools%2Fnotification%2Ftest_notification_notifier_discarded_count;h=08b014e1e3ac733315f71fd10f1afcd31fb2a65a;hp=697c652bc79cce22b0dfd1c9263bc274bbbfb810;hb=94d9764ffaec84472b426976ef557fb252f56678;hpb=07fc38592a616d55400029dfa074cef11ad406df diff --git a/tests/regression/tools/notification/test_notification_notifier_discarded_count b/tests/regression/tools/notification/test_notification_notifier_discarded_count index 697c652bc..08b014e1e 100755 --- a/tests/regression/tools/notification/test_notification_notifier_discarded_count +++ b/tests/regression/tools/notification/test_notification_notifier_discarded_count @@ -82,11 +82,11 @@ function test_kernel_notifier_discarded_count # Confirm that the discarded notification line is present. To avoid # false positives. - cat "$list_triggers_stdout" | grep --quiet "dicarded tracer messages" + cat "$list_triggers_stdout" | grep --quiet "discarded tracer messages" ok $? "Tracer notification discarded line printed" # Confirm that the number of dicarded tracer messages is not zero. - cat "$list_triggers_stdout" | grep --quiet "dicarded tracer messages: 0" + cat "$list_triggers_stdout" | grep --quiet "discarded tracer messages: 0" isnt $? 0 "Discarded tracer notification number non-zero as expected" lttng_remove_trigger_ok "$trigger_name"