tests: do not clobber the modified CC
authorPeter Rosin <peda@lysator.liu.se>
Thu, 2 Feb 2012 20:08:46 +0000 (21:08 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Thu, 2 Feb 2012 20:08:46 +0000 (21:08 +0100)
commitd51da57f66d5ad66d1edfe3898baa0bef625f4e1
treec41eb82897885f2031640613be20fcece83f2c31
parent85cadc4e7738b84cc107b2f7a2adad5a2fa29005
tests: do not clobber the modified CC

If CC is originally a losing compiler, AM_PROG_CC_C_O will
modify CC.  "$MAKE -e" will then clobber this modified CC
and reintroduce the raw losing compiler causing the test
to fail, as subdir-objects is in effect.

tests/check8.test: Drop -e from the $MAKE invocation, since
AM_COLOR_TESTS is not specified in the Makefile and -e is
therefore not needed.
tests/check8.test