summaryrefslogtreecommitdiff
path: root/t/yacc-bison-skeleton-cxx.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-11-30 15:33:15 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-11-30 15:33:58 +0100
commit824c73e9d96aaca645fc35af5075d50a6c96f945 (patch)
treee7ec25f0b8ed415aac95ea5f498aa54de59b0211 /t/yacc-bison-skeleton-cxx.sh
parent54ec1e6b080c00d3b3f0b53fc15389a58abcb53a (diff)
downloadautomake-824c73e9d96aaca645fc35af5075d50a6c96f945.tar.gz
tests: avoid two spurious failures on FreeBSD
Due to the FreeBSD make bug that causes of the well-known automake bug#7884, two of our bison-requiring tests were failing on FreeBSD. To avoid this, simply skip the part of these tests affected by that bug. * t/yacc-bison-skeleton.sh: Here, using the 'yl_distcheck' function. * t/yacc-bison-skeleton-cxx.sh: Likewise. * t/yacc-nodist.sh: While at it, use the 'yl_distcheck' here as well, instead of running "$MAKE distcheck" only when $MAKE is GNU make. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/yacc-bison-skeleton-cxx.sh')
-rwxr-xr-xt/yacc-bison-skeleton-cxx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/yacc-bison-skeleton-cxx.sh b/t/yacc-bison-skeleton-cxx.sh
index a02a25a8c..57e00915d 100755
--- a/t/yacc-bison-skeleton-cxx.sh
+++ b/t/yacc-bison-skeleton-cxx.sh
@@ -97,6 +97,6 @@ $MAKE
# Check that distribution is self-contained, and do not require
# bison to be built.
-env YACC=false DISTCHECK_CONFIGURE_FLAGS='YACC=false' $MAKE -e distcheck
+yl_distcheck YACC=false DISTCHECK_CONFIGURE_FLAGS='YACC=false'
: