]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a unit test broken by fix for 2195
authorNick Mathewson <nickm@torproject.org>
Fri, 19 Nov 2010 21:50:14 +0000 (16:50 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 19 Nov 2010 21:50:14 +0000 (16:50 -0500)
src/test/test_dir.c

index 80d2379de6b96d69290733dc7966c40ab7dac485..a0ad1914cc9958f1dd492059beaf8d873b4dd447 100644 (file)
@@ -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));