Coding style change
This commit is contained in:
@@ -374,11 +374,13 @@ Suite *logging_suite(void)
|
|||||||
tcase_add_test(tc1, test_logfile_loglevel_surpressed_module);
|
tcase_add_test(tc1, test_logfile_loglevel_surpressed_module);
|
||||||
tcase_add_test(tc1, test_logfile_reopen_files);
|
tcase_add_test(tc1, test_logfile_reopen_files);
|
||||||
tcase_add_test(tc1, test_logfile_remove_dest);
|
tcase_add_test(tc1, test_logfile_remove_dest);
|
||||||
|
|
||||||
if (access("/dev/full", R_OK) == 0) {
|
if (access("/dev/full", R_OK) == 0) {
|
||||||
tcase_add_test(tc1, test_logfile_full_filesystem);
|
tcase_add_test(tc1, test_logfile_full_filesystem);
|
||||||
} else {
|
} else {
|
||||||
puts("Cannot access /dev/full. Not testing test_logfile_full_filesystem");
|
puts("Cannot access /dev/full. Not testing test_logfile_full_filesystem");
|
||||||
}
|
}
|
||||||
|
|
||||||
tcase_add_test(tc1, test_logfile_invalid_file);
|
tcase_add_test(tc1, test_logfile_invalid_file);
|
||||||
tcase_add_test(tc2, test_logfile_invalid_file_after_reopen);
|
tcase_add_test(tc2, test_logfile_invalid_file_after_reopen);
|
||||||
tcase_add_test(tc1, test_logfile_raw);
|
tcase_add_test(tc1, test_logfile_raw);
|
||||||
|
|||||||
Reference in New Issue
Block a user