From 5257f277a4ac61d92f725564620bbdd3616affd9 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 25 Mar 2008 16:08:39 +0100 Subject: [PATCH] Config test should run in fork mode. --- tests/csync_tests/check_csync_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);