diff options
Diffstat (limited to 'tests/data/test325')
-rw-r--r-- | tests/data/test325 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test325 b/tests/data/test325 index 8605f0b86..4bdf2aa31 100644 --- a/tests/data/test325 +++ b/tests/data/test325 @@ -15,7 +15,7 @@ HTTP/1.1 301 OK Date: Tue, 09 Nov 2010 14:49:00 GMT Server: test-server/fake Content-Length: 7 -Location: http://somewhere/325 +Location: http://somewhere/%TESTNUMBER MooMoo </data> @@ -24,7 +24,7 @@ HTTP/1.1 301 OK Date: Tue, 09 Nov 2010 14:49:00 GMT Server: test-server/fake Content-Length: 7 -Location: http://somewhere/325 +Location: http://somewhere/%TESTNUMBER </datacheck> </reply> @@ -42,7 +42,7 @@ https HTTPS with attempted redirect to denied HTTP </name> <command> --k https://%HOSTIP:%HTTPSPORT/325 --proto-redir -http --location +-k https://%HOSTIP:%HTTPSPORT/%TESTNUMBER --proto-redir -http --location </command> </client> @@ -50,7 +50,7 @@ HTTPS with attempted redirect to denied HTTP # Verify data after the test has been "shot" <verify> <protocol> -GET /325 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPSPORT
User-Agent: curl/%VERSION
Accept: */*
|