diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-04-05 08:48:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-04-05 08:48:45 +0000 |
commit | 2b16b8604a26815f31067a8b7b8275ae50589dc2 (patch) | |
tree | a26bf32f6ab9fd7fe0dc64fd657364b750f6db17 /tests/data/test21 | |
parent | f6309298103a87af307b3938aceec681228ca203 (diff) | |
download | curl-2b16b8604a26815f31067a8b7b8275ae50589dc2.tar.gz |
enough with stupidity, this is a test case that should fail and thus we
should use a proper command line that *fails* ;-O
Diffstat (limited to 'tests/data/test21')
-rw-r--r-- | tests/data/test21 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test21 b/tests/data/test21 index 5d0c9f397..168731db6 100644 --- a/tests/data/test21 +++ b/tests/data/test21 @@ -10,7 +10,7 @@ use curl with multiple request methods </name> <command> --I -d FOOO -G localhost +-I -d FOOO -F moo=moo localhost </command> </test> |