From 04427fc207953063ea608bf0715b12c106b159ef Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 16 Aug 2022 14:01:29 +0200 Subject: [PATCH] test399: switch it to use a config file instead ... as using a 65535 bytes host name in a URL does not fit on the command line on some systems - like Windows. Reported-by: Marcel Raad Fixes #9321 Closes #9322 --- tests/data/test399 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/tests/data/test399 b/tests/data/test399 index 46d001a424..da4bae5fde 100644 --- a/tests/data/test399 +++ b/tests/data/test399 @@ -12,11 +12,14 @@ URL http - + 65536 bytes long host name in URL - - -http://%repeat[65536 x a]%/399 + + +url = http://%repeat[65536 x a]%/399 + + +-K log/input%TESTNUM -- 2.47.3