* t/color-tests2.sh: Change the idioms used to specify the value of
'AM_COLOR_TESTS' to make. This is required since, in contrast with
what happens in the mainline Automake counterpart, this script doesn't
invoke make with the '-e' option.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
cat stdout
test_no_color
- AM_COLOR_TESTS=no MAKE=$MAKE expect -f $srcdir/expect-make >stdout \
+ MAKE="$MAKE AM_COLOR_TESTS=no" expect -f $srcdir/expect-make >stdout \
|| { cat stdout; exit 1; }
cat stdout
test_no_color
cat stdout
test_no_color
- TERM=ansi MAKE="env AM_COLOR_TESTS=always $MAKE" \
+ TERM=ansi MAKE="$MAKE AM_COLOR_TESTS=always" \
expect -f $srcdir/expect-make >stdout || { cat stdout; exit 1; }
cat stdout
test_color