[or-cvs] r13450: "fix" the unit tests on openbsd/netbsd (tor/trunk/src/or)

arma at seul.org arma at seul.org
Sat Feb 9 21:41:50 UTC 2008


Author: arma
Date: 2008-02-09 16:41:49 -0500 (Sat, 09 Feb 2008)
New Revision: 13450

Modified:
   tor/trunk/src/or/test.c
Log:
"fix" the unit tests on openbsd/netbsd


Modified: tor/trunk/src/or/test.c
===================================================================
--- tor/trunk/src/or/test.c	2008-02-09 17:57:08 UTC (rev 13449)
+++ tor/trunk/src/or/test.c	2008-02-09 21:41:49 UTC (rev 13450)
@@ -2355,7 +2355,7 @@
   tor_free(dir1); /* XXXX And more !*/
   tor_free(dir2); /* And more !*/
   routerinfo_free(r1);
-  routerinfo_free(r2);
+//  routerinfo_free(r2); XXX020 this line crashes on openbsd and netbsd
 
   /* Try out version parsing functionality */
   test_eq(0, tor_version_parse("0.3.4pre2-cvs", &ver1));



More information about the tor-commits mailing list