aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1446
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2017-04-29 10:16:06 +0200
committerDan Fandrich <dan@coneharvesters.com>2017-04-29 10:16:06 +0200
commit584142892f7d5fb3100f3c0ef8e479d472b8c3c7 (patch)
tree95162e0852a9c8e7cd62698960d09cdb5501a926 /tests/data/test1446
parent2ce86d8509fa49d371af60d26bd934f90b99aeff (diff)
tests: added --remote-time tests for remaining protocols that support it
Diffstat (limited to 'tests/data/test1446')
-rw-r--r--tests/data/test144642
1 files changed, 42 insertions, 0 deletions
diff --git a/tests/data/test1446 b/tests/data/test1446
new file mode 100644
index 000000000..7d5ec9fc2
--- /dev/null
+++ b/tests/data/test1446
@@ -0,0 +1,42 @@
+<testcase>
+<info>
+<keywords>
+SFTP
+--remote-time
+</keywords>
+</info>
+
+#
+# Server-side
+<reply>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+sftp
+</server>
+<precheck>
+perl %SRCDIR/libtest/test613.pl prepare %PWD/log/test1446.dir
+</precheck>
+ <name>
+SFTP with --remote-time
+ </name>
+ <command>
+--key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/test1446.dir/rofile.txt --insecure --remote-time
+</command>
+<postcheck>
+perl %SRCDIR/libtest/test613.pl postprocess %PWD/log/test1446.dir && \
+perl -e 'exit((stat("log/curl1446.out"))[9] != 978264000)'
+</postcheck>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<valgrind>
+disable
+</valgrind>
+</verify>
+</testcase>