]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a test failure
authorNick Mathewson <nickm@torproject.org>
Fri, 2 Oct 2015 11:47:08 +0000 (13:47 +0200)
committerNick Mathewson <nickm@torproject.org>
Fri, 2 Oct 2015 11:47:08 +0000 (13:47 +0200)
src/test/test.c

index 8a569ec636e9a985e6f7a69a3dd798415bd43d8e..1ab94fd9b4eba54c2e843218c5383224143588f1 100644 (file)
@@ -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),