[tor-commits] [tor/master] Fix a test failure
    nickm at torproject.org 
    nickm at torproject.org
       
    Fri Oct  2 11:48:21 UTC 2015
    
    
  
commit 0d44679d3bfbaae87ca1d611ad060a0319688418
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Oct 2 13:47:08 2015 +0200
    Fix a test failure
---
 src/test/test.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test.c b/src/test/test.c
index 8a569ec..1ab94fd 100644
--- a/src/test/test.c
+++ b/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),
    
    
More information about the tor-commits
mailing list