~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to tests/data/test1014

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 11:20:41 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080208112041-hed7sb5r6ghmjf8v
Tags: upstream-7.18.0
ImportĀ upstreamĀ versionĀ 7.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
curl-config
 
5
</keywords>
 
6
</info>
 
7
 
 
8
#
 
9
# Server-side
 
10
<reply>
 
11
</reply>
 
12
 
 
13
#
 
14
# Client-side
 
15
<client>
 
16
<server>
 
17
none
 
18
</server>
 
19
 <name>
 
20
Compare curl --version with curl-config --features
 
21
 </name>
 
22
 <command>
 
23
--version
 
24
</command>
 
25
<postcheck>
 
26
%SRCDIR/libtest/test1013.pl ../curl-config log/stdout1014 features
 
27
</postcheck>
 
28
</client>
 
29
 
 
30
#
 
31
# Verify data after the test has been "shot"
 
32
<verify>
 
33
<errorcode>
 
34
2
 
35
</errorcode>
 
36
</verify>
 
37
</testcase>