diff --git a/tests/csync_tests/check_csync_config.c b/tests/csync_tests/check_csync_config.c index 4fbf2a05c..ea61ecee5 100644 --- a/tests/csync_tests/check_csync_config.c +++ b/tests/csync_tests/check_csync_config.c @@ -50,8 +50,8 @@ int main(void) { SRunner *sr; sr = srunner_create(s); #if 0 -#endif srunner_set_fork_status(sr, CK_NOFORK); +#endif srunner_run_all(sr, CK_VERBOSE); nf = srunner_ntests_failed(sr); srunner_free(sr);