curl/tests/data/test738
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

41 lines
481 B
Plaintext

<testcase>
<info>
<keywords>
IPFS
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<features>
ipfs
</features>
<server>
http
</server>
<setenv>
IPFS_PATH=%LOGDIR/.ipfs/
</setenv>
<name>
IPFS with IPFS_PATH, no gateway file
</name>
<command>
ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopseiod6pzqvjg7u
</command>
</client>
#
# Verify error code with no gateway file (detection fails)
<verify>
<errorcode>
37
</errorcode>
</verify>
</testcase>