t7x/deps/curl/tests/data/test725

41 lines
518 B
Plaintext
Raw Permalink Normal View History

2023-12-06 17:43:39 -05:00
<testcase>
<info>
<keywords>
IPFS
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
http
</server>
<setenv>
HOME=%PWD/%LOGDIR
</setenv>
<name>
IPFS with malformed gateway URL from gateway file
</name>
<command>
2024-06-17 19:04:36 -04:00
ipfs://QmV5JejrpgUxnkZeFZYMxVCqAbKy3KdPXWXyuEDiMNZwUx
2023-12-06 17:43:39 -05:00
</command>
<file name="%LOGDIR/.ipfs/gateway" >
2024-06-17 19:04:36 -04:00
http://nonexisting,local:8080/%TESTNUMBER
2023-12-06 17:43:39 -05:00
</file>
</client>
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
3
</errorcode>
</verify>
</testcase>