diff options
Diffstat (limited to 'tests/data/test241')
-rw-r--r-- | tests/data/test241 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test241 b/tests/data/test241 index 7ea7a7af6..8fb619cac 100644 --- a/tests/data/test241 +++ b/tests/data/test241 @@ -33,7 +33,7 @@ http-ipv6 HTTP-IPv6 GET (using ip6-localhost) </name> <command> --g "http://ip6-localhost:%HTTP6PORT/241" +-g "http://ip6-localhost:%HTTP6PORT/%TESTNUMBER" </command> <precheck> ./server/resolve --ipv6 ip6-localhost @@ -44,7 +44,7 @@ HTTP-IPv6 GET (using ip6-localhost) # Verify data after the test has been "shot" <verify> <protocol> -GET /241 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: ip6-localhost:%HTTP6PORT
User-Agent: curl/%VERSION
Accept: */*
|