Skip to content
Snippets Groups Projects
Commit 9e5dfc15 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

improved the test

parent 8d52681e
No related branches found
No related tags found
No related merge requests found
...@@ -644,10 +644,8 @@ int main(int argc, char **argv) ...@@ -644,10 +644,8 @@ int main(int argc, char **argv)
struct CookieInfo *c=NULL; struct CookieInfo *c=NULL;
if(argc>1) { if(argc>1) {
c = Curl_cookie_init(argv[1], c); c = Curl_cookie_init(argv[1], c);
c = Curl_cookie_init(argv[1], c);
c = Curl_cookie_init(argv[1], c);
Curl_cookie_add(c, TRUE, "PERSONALIZE=none;expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=.fidelity.com; path=/ftgw; secure"); Curl_cookie_add(c, TRUE, "PERSONALIZE=none;expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=.fidelity.com; path=/ftgw; secure");
c = Curl_cookie_init(argv[1], c);
Curl_cookie_output(c); Curl_cookie_output(c);
Curl_cookie_cleanup(c); Curl_cookie_cleanup(c);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment