From: Dan Fandrich
Date: Fri, 11 Jul 2014 21:40:01 +0000 (+0200)
Subject: test320/1/2/4: fix the port number substitution variables
X-Git-Tag: curl-7_37_1~23
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dc3a57718d8fbefde9e7d4be4db9db105291d16;p=thirdparty%2Fcurl.git
test320/1/2/4: fix the port number substitution variables
These tests have been broken since commit 1958fe57 in Oct. 2011
---
diff --git a/tests/data/test320 b/tests/data/test320
index cb0e234030..89b4e141ce 100644
--- a/tests/data/test320
+++ b/tests/data/test320
@@ -50,7 +50,7 @@ TLS-SRP
simple TLS-SRP HTTPS GET, check user in response
---insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSSRPPORT
+--insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSPORT
@@ -78,7 +78,7 @@ Content-type: text/html
| MAC | SHA1 |
| Ciphersuite | SRP_SHA_AES_128_CBC_SHA1 |
-Host: %HOSTIP:%HTTPTLSSRPPORT
+Host: %HOSTIP:%HTTPTLSPORT
Accept: */*
diff --git a/tests/data/test321 b/tests/data/test321
index ccdfb86d08..c6b208b2a2 100644
--- a/tests/data/test321
+++ b/tests/data/test321
@@ -19,7 +19,7 @@ TLS-SRP
TLS-SRP with bad username and password
---insecure --tlsauthtype SRP --tlsuser baduser --tlspassword badpass https://%HOSTIP:%HTTPTLSSRPPORT
+--insecure --tlsauthtype SRP --tlsuser baduser --tlspassword badpass https://%HOSTIP:%HTTPTLSPORT
diff --git a/tests/data/test322 b/tests/data/test322
index f35345eadb..f7f82790fd 100644
--- a/tests/data/test322
+++ b/tests/data/test322
@@ -19,7 +19,7 @@ TLS-SRP
TLS-SRP with bad password
---insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword badpass https://%HOSTIP:%HTTPTLSSRPPORT
+--insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword badpass https://%HOSTIP:%HTTPTLSPORT
diff --git a/tests/data/test324 b/tests/data/test324
index bc1c48fead..b58d940e56 100644
--- a/tests/data/test324
+++ b/tests/data/test324
@@ -19,7 +19,7 @@ TLS-SRP
TLS-SRP with server cert checking
# no --insecure
---tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSSRPPORT/want/323
+--tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSPORT/want/323