test1014 453 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <testcase>
  2. <info>
  3. <keywords>
  4. curl-config
  5. </keywords>
  6. </info>
  7. #
  8. # Server-side
  9. <reply>
  10. </reply>
  11. #
  12. # Client-side
  13. <client>
  14. <server>
  15. none
  16. </server>
  17. <name>
  18. Compare curl --version with curl-config --features
  19. </name>
  20. <command>
  21. --version
  22. </command>
  23. <postcheck>
  24. %SRCDIR/libtest/test1013.pl ../curl-config log/stdout1014 features
  25. </postcheck>
  26. </client>
  27. #
  28. # Verify data after the test has been "shot"
  29. <verify>
  30. <errorcode>
  31. 0
  32. </errorcode>
  33. </verify>
  34. </testcase>