Clean-up: remove dead code from rotation test
[lttng-tools.git] / tests / regression / tools / notification / rotation.c
index ed9ae8944c29c90e2fe938291367c6af610b18a8..c9f5de4974375bff948f52d55460fca6dcb2e92f 100644 (file)
@@ -373,9 +373,6 @@ int main(int argc, const char *argv[])
        session.output_path = argv[2];
 
        plan_tests(TEST_COUNT);
-       if (ret) {
-               goto error;
-       }
 
        notification_channel = lttng_notification_channel_create(
                        lttng_session_daemon_notification_endpoint);
This page took 0.025359 seconds and 5 git commands to generate.