summaryrefslogtreecommitdiff
path: root/tests/data/test1082
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1082')
-rw-r--r--tests/data/test10824
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1082 b/tests/data/test1082
index 6791a6b10..3ee436bf0 100644
--- a/tests/data/test1082
+++ b/tests/data/test1082
@@ -32,7 +32,7 @@ http
HTTP GET with localhost --interface
</name>
<command>
-http://%HOSTIP:%HTTPPORT/1082 -4 --interface localhost
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -4 --interface localhost
</command>
<precheck>
perl -e "print 'Test requires default test client host address' if ( '%CLIENTIP' ne '127.0.0.1' );"
@@ -43,7 +43,7 @@ perl -e "print 'Test requires default test client host address' if ( '%CLIENTIP'
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /1082 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*