From a7207329a85a156e20f91434347e2741d4d90025 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 12 May 2016 13:37:05 -0400 Subject: [PATCH] Run tor_sscanf test in subprocess, in hopes of coaxing more info from jenkins --- src/test/test_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test_util.c b/src/test/test_util.c index 21ff75741a..a8802068a3 100644 --- a/src/test/test_util.c +++ b/src/test/test_util.c @@ -4819,7 +4819,7 @@ struct testcase_t util_tests[] = { UTIL_LEGACY(memarea), UTIL_LEGACY(control_formats), UTIL_LEGACY(mmap), - UTIL_LEGACY(sscanf), + UTIL_TEST(sscanf, TT_FORK), UTIL_LEGACY(format_time_interval), UTIL_LEGACY(path_is_relative), UTIL_LEGACY(strtok),