From: yb999 <39816893+nian6324@users.noreply.github.com> Date: Thu, 10 Jun 2021 14:05:28 +0000 (+0800) Subject: tests: update README.md with a missing single quote X-Git-Tag: curl-7_78_0~157 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9cdcc7a177843e91029c94e700166f4c85124d1;p=thirdparty%2Fcurl.git tests: update README.md with a missing single quote Closes #7231 --- diff --git a/tests/README.md b/tests/README.md index 809ca2f36d..3ecfb4ac07 100644 --- a/tests/README.md +++ b/tests/README.md @@ -161,7 +161,7 @@ gcc provides a tool that can determine the code coverage figures for the test suite. To use it, configure curl with `CFLAGS='-fprofile-arcs - -ftest-coverage -g -O0`. Make sure you run the normal and torture tests to + -ftest-coverage -g -O0'`. Make sure you run the normal and torture tests to get more full coverage, i.e. do: make test