Added test case 1014 to compare curl-config --features with curl --version

This commit is contained in:
Dan Fandrich
2007-11-01 03:09:27 +00:00
parent 16897354bc
commit 6f33531861
5 changed files with 46 additions and 12 deletions

31
tests/data/test1014 Normal file
View File

@@ -0,0 +1,31 @@
<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/stdout1014 features
</postcheck>
</client>
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
2
</errorcode>
</verify>
</testcase>