mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +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:
+1
-3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user