소스 검색

test_digestauth_sha256: use unique daemon's port

Evgeny Grin (Karlson2k) 5 년 전
부모
커밋
2efd5f535e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/testcurl/test_digestauth_sha256.c

+ 1 - 1
src/testcurl/test_digestauth_sha256.c

@@ -168,7 +168,7 @@ testDigestAuth ()
   if (MHD_NO != MHD_is_feature_supported (MHD_FEATURE_AUTODETECT_BIND_PORT))
     port = 0;
   else
-    port = 1165;
+    port = 1167;
 
   cbc.buf = buf;
   cbc.size = 2048;