curl/tests/data/test1173
Daniel Stenberg 1ab2efb0ef
test1140/1173: extend wildcards to find curl.1
... in its new build path.

Also update the test scripts to be more precise in error messages to
help us understand CI errors better.

Follow-up to f03c85635f
Ref: #13029
Closes #13083
2024-03-08 08:48:30 +01:00

33 lines
443 B
Plaintext

<testcase>
<info>
<keywords>
source analysis
documentation
--manual
</keywords>
</info>
#
# Client-side
<client>
<server>
none
</server>
<name>
Man page syntax checks
</name>
<command type="perl">
%SRCDIR/test1173.pl %SRCDIR/../docs/libcurl/symbols-in-versions %PWD/../docs/*.1 %PWD/../docs/cmdline-opts/*.1 %PWD/../docs/libcurl/*.3 %PWD/../docs/libcurl/opts/*.3
</command>
</client>
<verify>
<stderr>
ok
</stderr>
</verify>
</testcase>