tests: update README.md with a missing single quote

Closes #7231
This commit is contained in:
yb999 2021-06-10 22:05:28 +08:00 committed by Daniel Stenberg
parent 5ae49f9534
commit b9cdcc7a17
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -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