소스 검색

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


svn:r9248

Nick Mathewson 19 년 전
부모
커밋
eebbfbc854
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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);