summaryrefslogtreecommitdiff
path: root/t/test-driver-custom-xfail-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/test-driver-custom-xfail-tests.sh')
-rw-r--r--t/test-driver-custom-xfail-tests.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/test-driver-custom-xfail-tests.sh b/t/test-driver-custom-xfail-tests.sh
index 565bc441e..c3421e0bd 100644
--- a/t/test-driver-custom-xfail-tests.sh
+++ b/t/test-driver-custom-xfail-tests.sh
@@ -48,8 +48,6 @@ TESTS = pass.test x1.test x2.test x3.test x4.test x5.test x6.test
END
cat > sub2/Makefile.am <<'END'
-AUTOMAKE_OPTIONS = -Wno-portability-recursive
-
TEST_LOG_DRIVER = $(srcdir)/../td
# XFAIL_TESTS should gracefully AC_SUBST @substitution@ and
@@ -137,7 +135,7 @@ chmod a+x td
$ACLOCAL
$AUTOCONF
-$AUTOMAKE
+$AUTOMAKE --add-missing
./configure