mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
38 lines
451 B
Plaintext
38 lines
451 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
curl-config
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<name>
|
|
Compare curl --version with curl-config --version
|
|
</name>
|
|
<command>
|
|
--version
|
|
</command>
|
|
<postcheck>
|
|
%SRCDIR/libtest/test1022.pl ../curl-config log/stdout1022 version
|
|
</postcheck>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|