mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix a unit test broken by fix for 2195
This commit is contained in:
parent
54551f3148
commit
a33b338c5b
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user