mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
r11806@Kushana: nickm | 2007-01-03 00:12:21 -0500
Fix unit test broken by r9239. svn:r9248
This commit is contained in:
parent
9545bbf57f
commit
eebbfbc854
1 changed files with 1 additions and 3 deletions
|
@ -1550,9 +1550,7 @@ test_dir_format(void)
|
|||
strcat(buf2, pk1_str);
|
||||
strcat(buf2, "signing-key\n");
|
||||
strcat(buf2, pk2_str);
|
||||
#ifdef USE_EVENTDNS
|
||||
strcat(buf2, "opt eventdns 1\n");
|
||||
#else
|
||||
#ifndef USE_EVENTDNS
|
||||
strcat(buf2, "opt eventdns 0\n");
|
||||
#endif
|
||||
strcat(buf2, bw_lines);
|
||||
|
|
Loading…
Add table
Reference in a new issue