X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2Frotation.c;h=5554f631adcaea8447ec57bbe24a9dc11d333366;hb=af3bf6a08c0496198969d7d53dddcb06a22f83a1;hp=fb516f31f7c4efeb0fa1954f5fceade8365dac12;hpb=be558f88196eb3637b026673ac8892b8d8288214;p=deliverable%2Flttng-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; }