From 052a14e3cda7ea16729a4403b60bc94907c561b7 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Tue, 16 May 2017 21:29:59 +0200 Subject: tests: stabilize test 1034 Pass the invalid domain name on stdin. On some systems, the test framework cannot pass invalid UTF-8 sequences on the command line. Closes #1488 --- tests/data/test1034 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/data/test1034 b/tests/data/test1034 index 063f52b32..6c1beb671 100644 --- a/tests/data/test1034 +++ b/tests/data/test1034 @@ -6,6 +6,7 @@ HTTP GET HTTP proxy IDN FAILURE +config file @@ -44,8 +45,11 @@ HTTP over proxy with malformatted IDN host name # This host name contains an invalid UTF-8 byte sequence that can't be # converted into an IDN name + +url = "http://invalid-utf8-.local/page/1034" + -http://invalid-utf8-.local/page/1034 -x %HOSTIP:%HTTPPORT +-K - -x %HOSTIP:%HTTPPORT -- cgit v1.2.3