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

« back to all changes in this revision

Viewing changes to tests/data/test609

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20070516151654-x9nkigtr2j0i8d0v
Tags: upstream-7.16.2
ImportĀ upstreamĀ versionĀ 7.16.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
SFTP
 
5
post-quote
 
6
FAILURE
 
7
</keywords>
 
8
</info>
 
9
 
 
10
#
 
11
# Server-side
 
12
<reply>
 
13
<data>
 
14
Test file for mkdir test
 
15
</data>
 
16
</reply>
 
17
 
 
18
#
 
19
# Client-side
 
20
<client>
 
21
<server>
 
22
sftp
 
23
</server>
 
24
 <name>
 
25
SFTP post-quote mkdir failure
 
26
 </name>
 
27
 <command>
 
28
--key curl_client_key --pubkey curl_client_key.pub -u %USER: -Q "-mkdir %PWD/log/file609.txt" sftp://%HOSTIP:%SSHPORT%PWD/log/file609.txt
 
29
</command>
 
30
<file name="log/file609.txt">
 
31
Test file for mkdir test
 
32
</file>
 
33
</client>
 
34
 
 
35
#
 
36
# Verify data after the test has been "shot"
 
37
<verify>
 
38
<errorcode>
 
39
21
 
40
</errorcode>
 
41
<valgrind>
 
42
disable
 
43
</valgrind>
 
44
</verify>
 
45
</testcase>