summaryrefslogtreecommitdiff
path: root/tests/data/test1328
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1328')
-rw-r--r--tests/data/test13286
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test1328 b/tests/data/test1328
index fc9fef991..b7b3e3247 100644
--- a/tests/data/test1328
+++ b/tests/data/test1328
@@ -47,7 +47,7 @@ http
HTTP GET a globbed range with -f
</name>
<command>
--f 'http://%HOSTIP:%HTTPPORT/[13280000-13280001]' -o log/#1
+-f 'http://%HOSTIP:%HTTPPORT/[%TESTNUMBER0000-%TESTNUMBER0001]' -o log/#1
</command>
</client>
@@ -55,12 +55,12 @@ HTTP GET a globbed range with -f
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /13280000 HTTP/1.1
+GET /%TESTNUMBER0000 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-GET /13280001 HTTP/1.1
+GET /%TESTNUMBER0001 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*