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

« back to all changes in this revision

Viewing changes to tests/data/test608

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-05-24 21:12:19 UTC
  • mfrom: (1.1.12 upstream)
  • mto: (3.3.1 squeeze) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: james.westby@ubuntu.com-20090524211219-7jgcwuhl04ixuqsm
Tags: upstream-7.19.5
ImportĀ upstreamĀ versionĀ 7.19.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 <command>
27
27
--key curl_client_key --pubkey curl_client_key.pub -u %USER: -Q "-rename %PWD/log/file608.txt %PWD/log/file608-renamed.txt" sftp://%HOSTIP:%SSHPORT%PWD/log/file608.txt
28
28
</command>
 
29
# Verify that the file was renamed properly, then rename the file back to what
 
30
# it was so the verify section works and the file can be cleaned up.
 
31
<postcheck>
 
32
perl %SRCDIR/libtest/test610.pl gone %PWD/log/file608.txt move %PWD/log/file608-renamed.txt %PWD/log/file608.txt
 
33
</postcheck>
29
34
<file name="log/file608.txt">
30
35
Test file for rename test
31
36
</file>
34
39
#
35
40
# Verify data after the test has been "shot"
36
41
<verify>
37
 
<file name="log/file608-renamed.txt">
 
42
<file name="log/file608.txt">
38
43
Test file for rename test
39
44
</file>
40
45
<valgrind>