diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-09-18 20:41:20 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-09-18 20:41:20 +0000 |
commit | 0159636373b5959e980824fd1933c79b18acedd8 (patch) | |
tree | b0dec7d936f129f9d0a6fe5738ccd28d6633240e /tests/data/test44 | |
parent | 7ac7c119be7d01193e08d4bdbd93538a1b416dd3 (diff) | |
download | curl-0159636373b5959e980824fd1933c79b18acedd8.tar.gz |
Use double quotes in command lines for consistency.
Diffstat (limited to 'tests/data/test44')
-rw-r--r-- | tests/data/test44 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test44 b/tests/data/test44 index 2d5774c2d..8220a1aa1 100644 --- a/tests/data/test44 +++ b/tests/data/test44 @@ -27,7 +27,7 @@ http HTTP RFC1867-type formposting without Expect: header </name> <command> -http://%HOSTIP:%HTTPPORT/we/want/44 -F name=daniel -F tool=curl -F file=@log/test44.txt -H 'Expect:' +http://%HOSTIP:%HTTPPORT/we/want/44 -F name=daniel -F tool=curl -F file=@log/test44.txt -H "Expect:" </command> # We create this file before the command is invoked! <file name="log/test44.txt"> |