curl/tests/data/test631
Dan Fandrich e7a021e135 tests: use %LOGDIR to refer to the log directory
This will allow it be set dynamically.

Ref: #10818
2023-03-30 09:53:57 -07:00

35 lines
510 B
Plaintext

<testcase>
<info>
<keywords>
SCP
FAILURE
server key check
</keywords>
</info>
#
# Client-side
<client>
<server>
scp
</server>
<name>
SCP incorrect host key
</name>
<command>
--hostpubmd5 00000000000000000000000000000000 --key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/irrelevant-file --insecure
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
60
</errorcode>
<valgrind>
disable
</valgrind>
</verify>
</testcase>