~ubuntu-branches/ubuntu/oneiric/curl/oneiric-updates

« back to all changes in this revision

Viewing changes to tests/libtest/lib521.c

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2011-01-26 02:50:18 UTC
  • mfrom: (3.4.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110126025018-dzgm2m2t5d1vc9y4
Tags: 7.21.3-1ubuntu1
* Merge from debian unstable.  Remaining changes: (LP: #707756)
  - debian/control:
    + Build-Depends: Replace libssh2-1-dev with openssh-server.
      Drop stunnel since it's in universe, as well.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
    Above changes are necessary to be independent from the universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  }
29
29
 
30
30
  test_setopt(curl, CURLOPT_URL, URL);
31
 
  test_setopt(curl, CURLOPT_PORT, atoi(libtest_arg2));
 
31
  test_setopt(curl, CURLOPT_PORT, strtol(libtest_arg2, NULL, 10));
32
32
  test_setopt(curl, CURLOPT_USERPWD, "xxx:yyy");
33
33
  test_setopt(curl, CURLOPT_VERBOSE, 1L);
34
34