quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test1913 (533B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 FTP
      5 CURLOPT_NOBODY
      6 </keywords>
      7 </info>
      8 
      9 # Server-side
     10 <reply>
     11 <servercmd>
     12 REPLY SIZE 550 no such file
     13 </servercmd>
     14 </reply>
     15 
     16 # Client-side
     17 <client>
     18 <server>
     19 ftp
     20 </server>
     21 
     22 # require debug so that alt-svc can work over plain old HTTP
     23 <name>
     24 FTP with NOBODY set, getting a missing file
     25 </name>
     26 <tool>
     27 lib%TESTNUMBER
     28 </tool>
     29 
     30 <command>
     31 ftp://%HOSTIP:%FTPPORT/not-there/%TESTNUMBER
     32 </command>
     33 </client>
     34 
     35 # Verify data after the test has been "shot"
     36 <verify>
     37 <errorcode>
     38 78
     39 </errorcode>
     40 </verify>
     41 </testcase>