Browse Source

Fix a test failure

Nick Mathewson 8 years ago
parent
commit
0d44679d3b
1 changed files with 1 additions and 1 deletions
  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),