Explorar el Código

Fix a test failure

Nick Mathewson hace 8 años
padre
commit
0d44679d3b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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),