diff options
Diffstat (limited to 'tests/data/test32')
-rw-r--r-- | tests/data/test32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test32 b/tests/data/test32 index 7bd5931b1..d5762f4e2 100644 --- a/tests/data/test32 +++ b/tests/data/test32 @@ -35,7 +35,7 @@ http HTTP with -d and -G </name> <command> --d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/32 -G +-d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/%TESTNUMBER -G </command> </client> @@ -43,7 +43,7 @@ HTTP with -d and -G # Verify data after the test has been "shot" <verify> <protocol> -GET /32?foo=moo&moo=poo HTTP/1.1
+GET /%TESTNUMBER?foo=moo&moo=poo HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|