curl-curl/tests/data/test741
Daniel Stenberg beb64e6f3f
tests: make all names < 75 characters long
- no need to make them long and complicated
- increases the chances of them looking better in terminal outputs

Closes #17824
2025-07-06 10:56:08 +02:00

46 lines
610 B
Plaintext

<testcase>
<info>
<keywords>
IPFS
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<features>
ipfs
</features>
<server>
http
</server>
<setenv>
HOME=%PWD/%LOGDIR
</setenv>
<name>
IPFS malformed gw URL from multiline gateway file, first line no url
</name>
<command>
ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopseiod6pzqvjg7u
</command>
<file name="%LOGDIR/.ipfs/gateway" >
foo
bar
</file>
</client>
#
# Verify data after the test has been "shot"
<verify>
# malformed gateway URL, first line in file must be a gateway URL
<errorcode>
3
</errorcode>
</verify>
</testcase>