X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Ftools%2Ftest_sessions.c;fp=tests%2Ftools%2Ftest_sessions.c;h=cd8003dda5b17342e98c614232ec062989d3e9ff;hp=fc3fbc1ebd98053094050b9694e3d4942a099cbc;hb=a4b92340642035d1eafeb1eead0ad01f64d2007d;hpb=eb4a2943f0cf59f2f33627c4fa6ed79300119328 diff --git a/tests/tools/test_sessions.c b/tests/tools/test_sessions.c index fc3fbc1eb..cd8003dda 100644 --- a/tests/tools/test_sessions.c +++ b/tests/tools/test_sessions.c @@ -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());