diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-05-17 10:27:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-05-17 10:27:11 +0000 |
commit | 1f878aee69bf5ec91d71e88d4f1987141978ec5f (patch) | |
tree | a52a141793bdebb9fac8745ef54c3f7db9725630 /tests/data/test241 | |
parent | 84fd4686e2fa9dfed265cdd7a941bc0df1ce4821 (diff) |
Made test case 241 precheck that the given name resolves to an ipv6 address,
or the test is skipped. Ideally, we should let this test case go over a few
frequently used IPv6 localhost aliases...
Diffstat (limited to 'tests/data/test241')
-rw-r--r-- | tests/data/test241 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/test241 b/tests/data/test241 index e1a1ebba2..161c6263f 100644 --- a/tests/data/test241 +++ b/tests/data/test241 @@ -26,6 +26,9 @@ HTTP-IPv6 GET (using ip6-localhost) <command> -g "http://ip6-localhost:%HTTP6PORT/241" </command> +<precheck> +./server/resolve --ipv6 ip6-localhost +</precheck> </client> # |