summaryrefslogtreecommitdiff
path: root/tests/data/test1457
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1457')
-rw-r--r--tests/data/test14574
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1457 b/tests/data/test1457
index 23d7e3759..f34abb7c3 100644
--- a/tests/data/test1457
+++ b/tests/data/test1457
@@ -29,7 +29,7 @@ http
Check if %{stderr} and %{stdout} switch between stdout and stderr.
</name>
<command>
-http://%HOSTIP:%HTTPPORT/1457 --silent --write-out 'line1%{stderr}line2%{stdout}line3'
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER --silent --write-out 'line1%{stderr}line2%{stdout}line3'
</command>
</client>
@@ -49,7 +49,7 @@ line1line3
line2
</stderr>
<protocol>
-GET /1457 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*