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/test199 | |
parent | 7ac7c119be7d01193e08d4bdbd93538a1b416dd3 (diff) |
Use double quotes in command lines for consistency.
Diffstat (limited to 'tests/data/test199')
-rw-r--r-- | tests/data/test199 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test199 b/tests/data/test199 index db0d12c92..c9651bca2 100644 --- a/tests/data/test199 +++ b/tests/data/test199 @@ -28,7 +28,7 @@ http HTTP with -d, -G and {} </name> <command> --d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/{199,199} -G +-d "foo=moo&moo=poo" "http://%HOSTIP:%HTTPPORT/{199,199}" -G </command> </client> |