1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test21
Daniel Stenberg 2b16b8604a enough with stupidity, this is a test case that should fail and thus we
should use a proper command line that *fails* ;-O
2002-04-05 08:48:45 +00:00

23 lines
280 B
Plaintext

# Server-side
<reply>
<data>
</data>
</reply>
# Client-side
<client>
<name>
use curl with multiple request methods
</name>
<command>
-I -d FOOO -F moo=moo localhost
</command>
</test>
# Verify data after the test has been "shot"
<verify>
<errorcode>
2
</errorcode>
</verify>