Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / unit / test_session.c
index 196124bd3c33e5b50beebcb1b49215c89450d879..61db187f1ccff351e93cee8c08297fcefac31639 100644 (file)
@@ -301,10 +301,10 @@ void test_large_session_number(void)
 
 int main(int argc, char **argv)
 {
-       diag("Sessions unit tests");
-
        plan_tests(NUM_TESTS);
 
+       diag("Sessions unit tests");
+
        test_session_list();
 
        test_create_one_session();
This page took 0.024834 seconds and 5 git commands to generate.