* t/README: Fix reversed single/double quotes.
'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.: