Fixes problem introduced by v1.11-1912-ge0906b7 "tests: avoid
spurious failure with non-bison yacc" from 12-02-2012.
* tests/suffix10.tap (Makefile.am): Avoid outer single quotes
when we need to produce single quotes.
&& echo 'void yyerror (char *s) {}' \
&& echo '%}' \
&& echo '%%' \
- && echo 'foobar : 'f' 'o' 'o' 'b' 'a' 'r' {};' \
+ && echo "foobar : 'f' 'o' 'o' 'b' 'a' 'r' {};" \
&& echo '%%' \
## Account for VPATH issues on weaker make implementations.
&& cat `test -f '$<' || echo $(srcdir)/`$<; \