From: Jim Meyering Date: Mon, 16 Nov 2020 17:34:23 +0000 (-0800) Subject: tests: auxdir-pr19311.sh no longer fails with latest autoconf X-Git-Tag: v1.16.3~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7cdef9f77688ece01509ba384d3e324a53d9dcda;p=thirdparty%2Fautomake.git tests: auxdir-pr19311.sh no longer fails with latest autoconf * t/list-of-tests.mk (XFAIL_TESTS): Remove from this list. * t/auxdir-pr19311.sh: Instead, run this test only when autoconf is 2.69d or newer. Otherwise, skip it. --- diff --git a/t/auxdir-pr19311.sh b/t/auxdir-pr19311.sh index 26f55d742..7add75468 100644 --- a/t/auxdir-pr19311.sh +++ b/t/auxdir-pr19311.sh @@ -21,6 +21,13 @@ am_create_testdir=empty required=cc . test-init.sh +ver=$($AUTOCONF --version | sed -n '1s/.* //p') +case $ver in + 2.69[d-z]) ;; + 2.70*) ;; + *) skip_ 'this test passes with autoconf-2.69d and newer' +esac + cat > configure.ac <