Commit f01d324c authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Missed checking in these test data files.

parent 405e192b
Loading
Loading
Loading
Loading

tests/data/test1022

0 → 100644
+37 −0
Original line number Diff line number Diff line
<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>
2
</errorcode>
</verify>
</testcase>

tests/data/test1023

0 → 100644
+37 −0
Original line number Diff line number Diff line
<testcase>
<info>
<keywords>
curl-config
</keywords>
</info>

#
# Server-side
<reply>
</reply>

#
# Client-side
<client>
<server>
none
</server>
 <name>
Compare curl --version with curl-config --vernum
 </name>
 <command>
--version
</command>
<postcheck>
%SRCDIR/libtest/test1022.pl ../curl-config log/stdout1023 vernum
</postcheck>
</client>

#
# Verify data after the test has been "shot"
<verify>
<errorcode>
2
</errorcode>
</verify>
</testcase>