summaryrefslogtreecommitdiff
path: root/tests/data/test344
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test344')
-rw-r--r--tests/data/test3446
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test344 b/tests/data/test344
index e84e45923..ec671d492 100644
--- a/tests/data/test344
+++ b/tests/data/test344
@@ -34,7 +34,7 @@ http
Both --etag-compare and -save store new Etag using non-existing file
</name>
<command>
-http://%HOSTIP:%HTTPPORT/344 --etag-compare log/etag344 --etag-save log/etag344
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER --etag-compare log/etag%TESTNUMBER --etag-save log/etag%TESTNUMBER
</command>
</client>
@@ -42,14 +42,14 @@ http://%HOSTIP:%HTTPPORT/344 --etag-compare log/etag344 --etag-save log/etag344
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /344 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
If-None-Match: ""
</protocol>
-<file name="log/etag344">
+<file name="log/etag%TESTNUMBER">
"21025-dc7-11111"
</file>
</verify>