summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-11-19 16:50:14 -0500
committerNick Mathewson <nickm@torproject.org>2010-11-19 16:50:14 -0500
commita33b338c5bf5e40037f465c0257a70dedb095e82 (patch)
tree95d5dba5150884c7c875d3952f5660dd9854f7ce
parent54551f3148d3fbd66b49f2f9d201c4e86d69d65b (diff)
downloadtor-a33b338c5bf5e40037f465c0257a70dedb095e82.tar.gz
tor-a33b338c5bf5e40037f465c0257a70dedb095e82.zip
Fix a unit test broken by fix for 2195
-rw-r--r--src/test/test_dir.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test_dir.c b/src/test/test_dir.c
index 80d2379de6..a0ad1914cc 100644
--- a/src/test/test_dir.c
+++ b/src/test/test_dir.c
@@ -150,7 +150,6 @@ test_dir_formats(void)
* uptime, that still wouldn't make it right, because the two
* descriptors might be made on different seconds... hm. */
"bandwidth 1000 5000 10000\n"
- "opt extra-info-digest 0000000000000000000000000000000000000000\n"
"onion-key\n", sizeof(buf2));
strlcat(buf2, pk1_str, sizeof(buf2));
strlcat(buf2, "signing-key\n", sizeof(buf2));