Browse Source

r11806@Kushana: nickm | 2007-01-03 00:12:21 -0500
Fix unit test broken by r9239.


svn:r9248

Nick Mathewson 17 years ago
parent
commit
eebbfbc854
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/or/test.c

+ 1 - 3
src/or/test.c

@@ -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);