From: Jim Meyering Date: Sun, 15 Nov 2020 16:12:40 +0000 (-0800) Subject: doc: fix quoting in suggested parallel test invocation X-Git-Tag: v1.16.3~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba522c635f8c92708934585832422b069d1793d7;p=thirdparty%2Fautomake.git doc: fix quoting in suggested parallel test invocation * t/README: Fix reversed single/double quotes. --- diff --git a/t/README b/t/README index 23dd943f5..bc69baa6d 100644 --- a/t/README +++ b/t/README @@ -204,7 +204,7 @@ Writing test cases 'run_make' function rather than calling $MAKE directly. Not only is this more idiomatic, but it also avoid possible spurious racy failures when the make invocations in the testsuite are run in parallel mode - (as with "make check AM_TESTSUITE_MAKE='make -j4"'). + (as with "make check AM_TESTSUITE_MAKE='make -j4'"). * Do not override Makefile variables using make arguments, as in e.g.: