1<testcase> 2<info> 3<keywords> 4IPFS 5</keywords> 6</info> 7 8# 9# Server-side 10<reply> 11</reply> 12 13# 14# Client-side 15<client> 16<server> 17http 18</server> 19<setenv> 20# 21# Set a home that doesn't have a ".ipfs" folder. %PWD should be good. 22# This is to prevent the automatic gateway detection from finding a gateway file in your home folder. 23HOME=%PWD 24</setenv> 25<name> 26IPFS with no gateway URL (no environment or home file either) 27</name> 28<command> 29ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopseiod6pzqvjg7u 30</command> 31</client> 32 33# 34# Verify with no gateway url and no auto detection 35<verify> 36<errorcode> 3737 38</errorcode> 39</verify> 40</testcase> 41