* tests/txinfo30.test: Unset variable MAKEINFO, as its content could
take precedence over our faked makeinfo script and cause a spurious
failure. Reported as part of automake bug#10866. Add trailing ':'
command since we are at it.
PATH=`pwd`$PATH_SEPARATOR$PATH
export PATH
+# Otherwise configure might pick up a working makeinfo from the
+# environment. Seen in automake bug#10866.
+unset MAKEINFO || :
+
$ACLOCAL
$AUTOCONF
$AUTOMAKE --add-missing
rm -f bar.info
$MAKE && Exit 1
test ! -f bar.info
+
+: