~ubuntu-branches/ubuntu/gutsy/curl/gutsy-security

« back to all changes in this revision

Viewing changes to tests/data/test611

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-01 12:22:30 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070801122230-uaarmp6lo65py9t6
Tags: 7.16.4-1ubuntu1
* Merge with Debian.
  - Drop debian/patches/gnutls-verifications, applied upstream.
  - Remove all stuff which should be reverted according to 7.16.2-6ubuntu4.
  - Remaining change: drop stunnel build dependency.

Show diffs side-by-side

added added

removed removed

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