mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
16897354bc
protocols listed in curl --version
32 lines
393 B
Plaintext
32 lines
393 B
Plaintext
<testcase>
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<name>
|
|
Compare curl --version with curl-config --features
|
|
</name>
|
|
<command>
|
|
--version
|
|
</command>
|
|
<postcheck>
|
|
%SRCDIR/libtest/test1013.pl ../curl-config log/stdout1013
|
|
</postcheck>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
2
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|