* t/subobj-c.sh, t/subobj-libtool.sh, t/test-extensions-funny-chars.sh:
In these tests.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
cat stderr >&2
# Make sure compile is installed, and that Automake says so.
-grep '^configure\.ac:7:.*install.*compile' stderr
+grep '^configure\.ac:4:.*install.*compile' stderr
test -f compile
$EGREP '[^/](a|b|foo)\.\$(OBJEXT)' Makefile.in && exit 1
rm -f compile
$AUTOMAKE --add-missing 2>stderr || { cat stderr >&2; exit 1; }
cat stderr >&2
-grep '^configure\.ac:7:.*install.*compile' stderr
+grep '^configure\.ac:4:.*install.*compile' stderr
test -f compile
grep '[^/][123]\.lo' Makefile.in && exit 1
test ! -f baz.log
test ! -f zardoz.log
-run_make -O check TESTS=zardoz L!NU.X_LOG_COMPILER=/bin/sh
+run_make -e IGNORE -O check TESTS=zardoz L!NU.X_LOG_COMPILER=/bin/sh
count_test_results total=1 pass=0 fail=0 skip=0 xfail=0 xpass=1 error=0
cat test-suite.log
test ! -f foo.log
test ! -f baz.log
cat zardoz.log
grep 'Hello Zardoz' zardoz.log
-test $am_make_rc -eq 0
+test $am_make_rc -gt 0
run_make -O recheck
count_test_results total=1 pass=0 fail=0 skip=0 xfail=1 xpass=0 error=0