~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to tests/data/test630

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mfrom: (1.1.12 upstream)
  • mto: (3.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-8xjr3o2sgce5s4bg
Tags: 7.19.4-1
* New upstream release
* Fix "newer bdb version" <explain what you changed and why> 
  (Closes: #517277)
* resolve libtool version confusion, thanks to 
  Stefanos Harhalakis <v13@v13.gr>
* add new dependency on libgcrypt11-dev due to newly arising binary symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
SFTP
 
5
FAILURE
 
6
server key check
 
7
</keywords>
 
8
</info>
 
9
 
 
10
#
 
11
# Client-side
 
12
<client>
 
13
<server>
 
14
sftp
 
15
</server>
 
16
 <name>
 
17
SFTP incorrect host key
 
18
 </name>
 
19
 <command>
 
20
--hostpubmd5 00000000000000000000000000000000 --key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/irrelevant-file
 
21
</command>
 
22
</client>
 
23
 
 
24
#
 
25
# Verify data after the test has been "shot"
 
26
<verify>
 
27
<errorcode>
 
28
51
 
29
</errorcode>
 
30
<valgrind>
 
31
disable
 
32
</valgrind>
 
33
</verify>
 
34
</testcase>