diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-07-01 11:21:05 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-07-01 14:25:57 +0200 |
commit | a80f8ea18267f4366e8bcc72d7b9ff8db0219887 (patch) | |
tree | c197940eecc87a53b3235badfbacb2e51e033016 /tests/data | |
parent | 7f11282d5f58c1349e758b179ec3df70ad3db4eb (diff) | |
download | curl-a80f8ea18267f4366e8bcc72d7b9ff8db0219887.tar.gz |
test1518: adjusted to work with hyper
... by making sure the stdout output doesn't look like HTTP headers.
Closes #7333
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/DISABLED | 1 | ||||
-rw-r--r-- | tests/data/test1518 | 10 |
2 files changed, 5 insertions, 6 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 27b2dcabb..1bada9af2 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -120,7 +120,6 @@ 1432 1455 1456 -1518 1519 1525 1526 diff --git a/tests/data/test1518 b/tests/data/test1518 index e1d0d5cec..9b3f6be60 100644 --- a/tests/data/test1518 +++ b/tests/data/test1518 @@ -49,11 +49,11 @@ http://%HOSTIP:%HTTPPORT/%TESTNUMBER <protocol> </protocol> <stdout> -res: 0 -status: 302 -redirects: 0 -effectiveurl: http://%HOSTIP:%HTTPPORT/%TESTNUMBER -redirecturl: http://1.2 .4.5/test +res 0 +status 302 +redirects 0 +effectiveurl http://%HOSTIP:%HTTPPORT/%TESTNUMBER +redirecturl http://1.2 .4.5/test </stdout> <errorcode> 0 |