tests: avoid one tricky use of "make -e"
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 1 May 2013 15:06:42 +0000 (17:06 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 1 May 2013 15:08:47 +0000 (17:08 +0200)
commit425fe1e87a78985c0d51ebb185793e57cdd433da
tree7d6402339e63f34f7f2312dad8896cfce7cb8de9
parentd432f067fb1569c4127b86c8d7e157e3687115f2
tests: avoid one tricky use of "make -e"

Which was causing a spurious failure on FreeBSD.  Not particularly
surprising, given how brittle "make -e" is in general ...

* t/cxx-lt-demo.sh: Instead of forcing $(CC) to be 'false' by
exporting "CC=false" in the environment and then passing the '-e'
option to make, do so by passing "CC=false" on the make command
line, both directly and using AM_MAKEFLAGS.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/cxx-lt-demo.sh