From 04c4013244cf665c35ba9049606bd1787bde58ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 25 Oct 2022 16:09:26 -0400 Subject: [PATCH] Cleanup: tests: notification: fix typo kprobe/uprobe MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: Ib57af09d331e559d25a62cc66c72aad567283a6e --- tests/regression/tools/notification/notification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression/tools/notification/notification.cpp b/tests/regression/tools/notification/notification.cpp index d3d486be3..aa351d96a 100644 --- a/tests/regression/tools/notification/notification.cpp +++ b/tests/regression/tools/notification/notification.cpp @@ -1998,7 +1998,7 @@ static void test_uprobe_event_rule_notification( ok(notification_channel, "Notification channel object creation"); event_rule = lttng_event_rule_kernel_uprobe_create(probe_location); - ok(event_rule, "kprobe event rule object creation"); + ok(event_rule, "uprobe event rule object creation"); event_rule_status = lttng_event_rule_kernel_uprobe_set_event_name( event_rule, trigger_name); -- 2.34.1