mirror of
https://github.com/curl/curl.git
synced 2026-04-13 12:41:42 +08:00
To avoid potentially executing a different Perl than used by the rest of the build and tests. Also to be more portable by not relying on shebang support, though these particular tests require POSIX shell anyway. Closes #19767
35 lines
471 B
Plaintext
35 lines
471 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
curl-config
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<name>
|
|
Compare curl --version with curl-config --features
|
|
</name>
|
|
<command>
|
|
--version
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<postcheck>
|
|
%PERL %SRCDIR/libtest/test1013.pl ../curl-config %LOGDIR/stdout%TESTNUMBER features > %LOGDIR/result%TESTNUMBER
|
|
</postcheck>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|