1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
<?xml version="1.0" encoding="US-ASCII"?>
<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>
|