gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 156/222: tests: use port 2 instead of 60000 for a safer non-list


From: gnunet
Subject: [gnurl] 156/222: tests: use port 2 instead of 60000 for a safer non-listening port
Date: Thu, 07 Nov 2019 00:10:52 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit b59f0626b59e8a83a971b45212840313e73c9020
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Oct 8 10:11:35 2019 +0200

    tests: use port 2 instead of 60000 for a safer non-listening port
    
    ... when the tests want "connection refused".
---
 tests/data/test19  | 2 +-
 tests/data/test704 | 2 +-
 tests/data/test705 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/data/test19 b/tests/data/test19
index dd60b8cf3..8e1bf5eb4 100644
--- a/tests/data/test19
+++ b/tests/data/test19
@@ -24,7 +24,7 @@ http
 attempt connect to non-listening socket
  </name>
  <command>
-%HOSTIP:60000
+%HOSTIP:2
 </command>
 </client>
 
diff --git a/tests/data/test704 b/tests/data/test704
index 15a1b6701..6732d0a20 100644
--- a/tests/data/test704
+++ b/tests/data/test704
@@ -23,7 +23,7 @@ http
 Attempt connect to non-listening SOCKS4 proxy
  </name>
  <command>
---socks4 %HOSTIP:60000 http://%HOSTIP:%HTTPPORT/704
+--socks4 %HOSTIP:2 http://%HOSTIP:%HTTPPORT/704
 </command>
 </client>
 
diff --git a/tests/data/test705 b/tests/data/test705
index 3b904c6b1..3d5f04e3a 100644
--- a/tests/data/test705
+++ b/tests/data/test705
@@ -23,7 +23,7 @@ http
 Attempt connect to non-listening SOCKS5 proxy
  </name>
  <command>
---socks5 %HOSTIP:60000 http://%HOSTIP:%HTTPPORT/705
+--socks5 %HOSTIP:2 http://%HOSTIP:%HTTPPORT/705
 </command>
 </client>
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]