diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtest/lib1560.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/libtest/lib1560.c b/tests/libtest/lib1560.c index 6557e0567..57469a906 100644 --- a/tests/libtest/lib1560.c +++ b/tests/libtest/lib1560.c @@ -128,9 +128,6 @@ struct querycase { }; static struct testcase get_parts_list[] ={ - {"boing:80", - "https | [11] | [12] | [13] | boing | 80 | / | [16] | [17]", - CURLU_DEFAULT_SCHEME, 0, CURLUE_OK}, {"http://[fd00:a41::50]:8080", "http | [11] | [12] | [13] | [fd00:a41::50] | 8080 | / | [16] | [17]", CURLU_DEFAULT_SCHEME, 0, CURLUE_OK}, |