]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: update README.md with a missing single quote
authoryb999 <39816893+nian6324@users.noreply.github.com>
Thu, 10 Jun 2021 14:05:28 +0000 (22:05 +0800)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 10 Jun 2021 14:11:03 +0000 (16:11 +0200)
Closes #7231

tests/README.md

index 809ca2f36d0bdb908d8dc6e878c9d53f41087ac6..3ecfb4ac07db02b0efbc03e5a973828d0460d7f7 100644 (file)
 
   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