diff --git a/test/test_logging.c b/test/test_logging.c index 7ca490d..cf1d47b 100644 --- a/test/test_logging.c +++ b/test/test_logging.c @@ -381,7 +381,7 @@ Suite *logging_suite(void) } tcase_add_test(tc1, test_logfile_invalid_file); tcase_add_test(tc2, test_logfile_invalid_file_after_repoen); - tcase_add_test(tc2, test_logfile_raw); + tcase_add_test(tc1, test_logfile_raw); tcase_add_checked_fixture(tc1, logging_rm_files, logging_rm_files);