summaryrefslogtreecommitdiff
path: root/tests/data/test1280
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1280')
-rw-r--r--tests/data/test128010
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test1280 b/tests/data/test1280
index 59e3968b0..3744dc810 100644
--- a/tests/data/test1280
+++ b/tests/data/test1280
@@ -27,29 +27,29 @@ http
simple [a-d] globbing
</name>
<command>
-http://%HOSTIP:%HTTPPORT/[a-d]/1280
+http://%HOSTIP:%HTTPPORT/[a-d]/%TESTNUMBER
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /a/1280 HTTP/1.1
+GET /a/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-GET /b/1280 HTTP/1.1
+GET /b/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-GET /c/1280 HTTP/1.1
+GET /c/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-GET /d/1280 HTTP/1.1
+GET /d/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*