From 95fb1cacfe5fae179cb19db439fd90056a3deac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Mon, 12 Nov 2012 21:30:36 +0100 Subject: [PATCH] remove logfile_test.log after _raw test --- test/test_logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);