test971 399 B

123456789101112131415161718192021222324252627282930
  1. <testcase>
  2. <info>
  3. <keywords>
  4. source analysis
  5. options-in-versions
  6. </keywords>
  7. </info>
  8. #
  9. # Client-side
  10. <client>
  11. <server>
  12. none
  13. </server>
  14. <name>
  15. Verify that options-in-versions and docs/cmdline-opts are in sync
  16. </name>
  17. <command type="perl">
  18. %SRCDIR/test971.pl %SRCDIR/../docs/options-in-versions %SRCDIR/../docs/cmdline-opts
  19. </command>
  20. </client>
  21. <verify>
  22. <stderr>
  23. ok
  24. </stderr>
  25. </verify>
  26. </testcase>