~ubuntu-branches/ubuntu/intrepid/curl/intrepid

« back to all changes in this revision

Viewing changes to tests/data/test604

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070516151654-jo48r81zempo1qav
Tags: 7.16.2-3ubuntu1
* Merge with Debian; remaining changes:
  - Drop the stunnel build dependency.

Show diffs side-by-side

added added

removed removed

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