From a871e23e8be0d97d9f4687d591a1a7e2e60b5fd9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 8 Nov 2019 10:34:13 +0100 Subject: test1560: require IPv6 for IPv6 aware URL parsing The URL parser function can't reject a bad IPv6 address properly when curl was built without IPv6 support. Reported-by: Marcel Raad Fixes #4556 --- tests/data/test1560 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/data/test1560 b/tests/data/test1560 index a0e603bfc..0a132a1c1 100644 --- a/tests/data/test1560 +++ b/tests/data/test1560 @@ -22,6 +22,7 @@ imap ldap dict ftp +ipv6 URL API -- cgit v1.2.1