curl/tests/data/test723
Daniel Stenberg 7e0eea7d7b
tests: mark ipfs tests to require ipfs
Fixes #16947
Reported-by: Daniel Engberg
Closes #16948
2025-04-03 19:55:01 +02:00

39 lines
547 B
Plaintext

<testcase>
<info>
<keywords>
IPFS
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<features>
ipfs
</features>
<server>
http
</server>
<name>
IPFS with malformed gateway URL (bad function argument error)
</name>
<command>
--ipfs-gateway http://nonexisting,local:8080 ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopseiod6pzqvjg7u
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
# malformed gateway URL (bad function argument error)
<errorcode>
43
</errorcode>
</verify>
</testcase>