Extend API and remove lttng_uri from lttng.h
[lttng-tools.git] / tests / tools / test_sessions.c
index fc3fbc1ebd98053094050b9694e3d4942a099cbc..cd8003dda5b17342e98c614232ec062989d3e9ff 100644 (file)
@@ -196,12 +196,6 @@ static int fuzzing_create_args(void)
                return -1;
        }
 
-       ret = create_one_session(SESSION1, NULL);
-       if (ret > 0) {
-               printf("Session created with %s, (null)\n", SESSION1);
-               return -1;
-       }
-
        /* Session list must be 0 */
        assert(!session_list_count());
 
This page took 0.023134 seconds and 4 git commands to generate.