test1454 449 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <testcase>
  2. <info>
  3. <keywords>
  4. --connect-to
  5. </keywords>
  6. </info>
  7. #
  8. # Server-side
  9. <reply>
  10. </reply>
  11. #
  12. # Client-side
  13. <client>
  14. <features>
  15. !ipv6
  16. </features>
  17. <server>
  18. http
  19. </server>
  20. <name>
  21. --connect-to with IPv6 address w/o IPv6 support!
  22. </name>
  23. <command>
  24. --connect-to localhost:80:[::1]:80 localhost
  25. </command>
  26. </client>
  27. #
  28. # Verify data after the test has been "shot"
  29. <verify>
  30. # 4 == CURLE_NOT_BUILT_IN
  31. <errorcode>
  32. 4
  33. </errorcode>
  34. </verify>
  35. </testcase>