summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-12 13:37:05 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-12 13:37:05 -0400
commita7207329a85a156e20f91434347e2741d4d90025 (patch)
treebe8797bda37c63aed4c24b45c077d10c01e5d872 /src
parent445e05a015cea76a4694f43a250b3d29e38e4e51 (diff)
downloadtor-a7207329a85a156e20f91434347e2741d4d90025.tar.gz
tor-a7207329a85a156e20f91434347e2741d4d90025.zip
Run tor_sscanf test in subprocess, in hopes of coaxing more info from jenkins
Diffstat (limited to 'src')
-rw-r--r--src/test/test_util.c2
1 files changed, 1 insertions, 1 deletions
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),