Przeglądaj źródła

Fix a test failure

Nick Mathewson 8 lat temu
rodzic
commit
0d44679d3b
1 zmienionych plików z 1 dodań i 1 usunięć
  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),