summaryrefslogtreecommitdiff
path: root/tests/data/test2070
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test2070')
-rw-r--r--tests/data/test20704
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test2070 b/tests/data/test2070
index c359b1cd5..7258638f7 100644
--- a/tests/data/test2070
+++ b/tests/data/test2070
@@ -38,7 +38,7 @@ Ignore certificate revocation "best effort" strategy
CURL_SSL_BACKEND=schannel
</setenv>
<command>
---cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --ssl-revoke-best-effort https://localhost:%HTTPSPORT/2070
+--cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --ssl-revoke-best-effort https://localhost:%HTTPSPORT/%TESTNUMBER
</command>
# Ensure that we're running on localhost because we're checking the host name
<precheck>
@@ -50,7 +50,7 @@ perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /2070 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: localhost:%HTTPSPORT
User-Agent: curl/%VERSION
Accept: */*