curl/tests/data/test1140
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
429 B
Plaintext

<testcase>
<info>
<keywords>
source analysis
symbols-in-versions
documentation
</keywords>
</info>
#
# Client-side
<client>
<server>
none
</server>
<name>
Verify the nroff of manpages
</name>
<command type="perl">
%SRCDIR/test1140.pl %PWD/../docs/ %PWD/../docs/libcurl/*.3 %PWD/../docs/libcurl/opts/*.3 %PWD/../docs/*.1 %PWD/../docs/cmdline-opts/*.1
</command>
</client>
<verify>
<stdout>
OK
</stdout>
</verify>
</testcase>