diff --git a/test/test_logging.c b/test/test_logging.c index cf1d47b..336e174 100644 --- a/test/test_logging.c +++ b/test/test_logging.c @@ -292,7 +292,7 @@ START_TEST (test_logfile_invalid_file) END_TEST -START_TEST (test_logfile_invalid_file_after_repoen) +START_TEST (test_logfile_invalid_file_after_reopen) //check behavior when a log file cannot be re-opened struct uc_log_module m = { .id = 0, @@ -380,7 +380,7 @@ Suite *logging_suite(void) puts("Cannot access /dev/full. Not testing test_logfile_full_filesystem"); } tcase_add_test(tc1, test_logfile_invalid_file); - tcase_add_test(tc2, test_logfile_invalid_file_after_repoen); + tcase_add_test(tc2, test_logfile_invalid_file_after_reopen); tcase_add_test(tc1, test_logfile_raw);