diff options
author | Alibek.Jorajev <ajorajev@blackberry.com> | 2018-05-30 15:23:35 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-06-01 12:47:52 +0200 |
commit | f66d97b677d114733f6b938d54ce7502d6aff214 (patch) | |
tree | 6727cfc6ce56762771a85a44f5061f968adc0784 /tests/unit/README | |
parent | a115c6bbe73175ad6157fce67338d4a18ed768b2 (diff) |
CURLOPT_RESOLVE: always purge old entry first
If there's an existing entry using the selected name.
Closes #2622
Diffstat (limited to 'tests/unit/README')
-rw-r--r-- | tests/unit/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/README b/tests/unit/README index 301cd17d5..b8a513b3b 100644 --- a/tests/unit/README +++ b/tests/unit/README @@ -17,8 +17,8 @@ Run Unit Tests Unit tests are run as part of the regular test suite. If you have built everything to run unit tests, to can do 'make test' at the root level. Or you -can 'cd tests' and then invoke individual unit tests with ./runtests.pl NNNN -where NNNN is the specific test number. +can 'cd tests' and 'make' and then invoke individual unit tests with +./runtests.pl NNNN where NNNN is the specific test number. Debug Unit Tests ================ |