Skip to content
Snippets Groups Projects
Commit a33b338c authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix a unit test broken by fix for 2195

parent 54551f31
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment