X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=tests%2Fregression%2Ftools%2Fnotification%2Frotation.c;h=5554f631adcaea8447ec57bbe24a9dc11d333366;hb=f667fbd7f8b9512f9943edb2597c226fcc424ee9;hp=fb516f31f7c4efeb0fa1954f5fceade8365dac12;hpb=c6795a46ffb3f62e9a4961a2be1de4a7e2ad7aa6;p=lttng-tools.git diff --git a/tests/regression/tools/notification/rotation.c b/tests/regression/tools/notification/rotation.c index fb516f31f..5554f631a 100644 --- a/tests/regression/tools/notification/rotation.c +++ b/tests/regression/tools/notification/rotation.c @@ -79,7 +79,6 @@ int test_condition(struct lttng_condition *condition, const char *type_name) ok(out_session_name && !strcmp(session_name, out_session_name), "Session name returned by %s condition matches the expected name", type_name); -end: return ret; }