[or-cvs] disable buffer tests, until we rewrite them (one of them fa...

Roger Dingledine arma at seul.org
Sun Feb 29 00:15:22 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or

Modified Files:
	test.c 
Log Message:
disable buffer tests, until we rewrite them (one of them fails)


Index: test.c
===================================================================
RCS file: /home/or/cvsroot/src/or/test.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- test.c	11 Jan 2004 07:41:01 -0000	1.59
+++ test.c	29 Feb 2004 00:15:20 -0000	1.60
@@ -702,8 +702,8 @@
   crypto_seed_rng();
 
   setup_directory();
-  puts("========================== Buffers =========================");
-  test_buffers();
+//  puts("========================== Buffers =========================");
+//  test_buffers();
   puts("\n========================== Crypto ==========================");
   test_crypto();
   test_crypto_dh();



More information about the tor-commits mailing list