diff options
Diffstat (limited to 'tests/data/test3000')
-rw-r--r-- | tests/data/test3000 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test3000 b/tests/data/test3000 index 9d237514e..db5299e5f 100644 --- a/tests/data/test3000 +++ b/tests/data/test3000 @@ -33,7 +33,7 @@ https Server-localhost-firstSAN-sv.pem HTTPS GET to localhost, first subject alt name matches, CN does not match </name> <command> ---cacert %SRCDIR/certs/EdelCurlRoot-ca.crt https://localhost:%HTTPSPORT/3000 +--cacert %SRCDIR/certs/EdelCurlRoot-ca.crt https://localhost:%HTTPSPORT/%TESTNUMBER </command> # Ensure that we're running on localhost because we're checking the host name <precheck> @@ -45,7 +45,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 /3000 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: localhost:%HTTPSPORT
User-Agent: curl/%VERSION
Accept: */*
|