summaryrefslogtreecommitdiff
path: root/tests/README.md
diff options
context:
space:
mode:
authoryb999 <39816893+nian6324@users.noreply.github.com>2021-06-10 22:05:28 +0800
committerDaniel Stenberg <daniel@haxx.se>2021-06-10 16:11:03 +0200
commitb9cdcc7a177843e91029c94e700166f4c85124d1 (patch)
treebba83bbbe764488590cb6e2f348326aef6a8fed0 /tests/README.md
parent5ae49f95348cd0e9054244b653ce9d474204b7c5 (diff)
downloadcurl-b9cdcc7a177843e91029c94e700166f4c85124d1.tar.gz
tests: update README.md with a missing single quote
Closes #7231
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md
index 809ca2f36..3ecfb4ac0 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