浏览代码

Fix a test failure

Nick Mathewson 8 年之前
父节点
当前提交
0d44679d3b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/test/test.c

+ 1 - 1
src/test/test.c

@@ -1110,7 +1110,7 @@ static struct testcase_t test_array[] = {
   ENT(onion_queues),
   { "ntor_handshake", test_ntor_handshake, 0, NULL, NULL },
   ENT(circuit_timeout),
-  ENT(rend_fns),
+  FORK(rend_fns),
   ENT(geoip),
   FORK(geoip_with_pt),
   FORK(stats),