summaryrefslogtreecommitdiff
path: root/t/aclocal-autoconf-version-check.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/aclocal-autoconf-version-check.sh')
-rw-r--r--t/aclocal-autoconf-version-check.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/aclocal-autoconf-version-check.sh b/t/aclocal-autoconf-version-check.sh
index 29aee30cc..64910d04a 100644
--- a/t/aclocal-autoconf-version-check.sh
+++ b/t/aclocal-autoconf-version-check.sh
@@ -43,8 +43,7 @@ sed 's/^dnl!! //' < configure.ac > configure.tmp
cmp configure.ac configure.tmp && fatal_ 'failed to edit configure.ac'
mv -f configure.tmp configure.ac
-$MAKE 2>stderr || { cat stderr >&2; exit 1; }
-cat stderr >&2
+run_make -E
grep 'You have another version of autoconf' stderr
grep 'aclocal.m4:.*this file was generated for autoconf 9999a' stderr