summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-11-19 16:58:22 -0500
committerNick Mathewson <nickm@torproject.org>2010-11-19 16:58:22 -0500
commite361de80bbca479a68345a3e0db4243da00e5e38 (patch)
treea9706abd77a41058d3ead33e06a4bf27c5bb56a1 /src/test
parent21be4b5b4ca4412c958a80e65279e5f1babe8535 (diff)
parenta33b338c5bf5e40037f465c0257a70dedb095e82 (diff)
downloadtor-e361de80bbca479a68345a3e0db4243da00e5e38.tar.gz
tor-e361de80bbca479a68345a3e0db4243da00e5e38.zip
Merge remote branch 'origin/maint-0.2.2'
Conflicts: src/or/router.c
Diffstat (limited to 'src/test')
-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 3c660a7575..ce13f34ce4 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));