From: Stefano Lattarini Date: Thu, 16 Feb 2012 09:05:35 +0000 (+0100) Subject: tests: fix spurious failure when testing wildcards in EXTRA_DIST X-Git-Tag: ng-0.5a~9^2~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9179b6d0484f7c5535123096fd206dc22019be9b;p=thirdparty%2Fautomake.git tests: fix spurious failure when testing wildcards in EXTRA_DIST * tests/extra10.test: Remove the "make distcheck" call, since, at least with GNU make 3.82, it trips on the fact that $(srcdir) is not explicitly used in the wildcard in EXTRA_DIST. --- diff --git a/tests/extra10.test b/tests/extra10.test index a635f9cca..a695186f6 100755 --- a/tests/extra10.test +++ b/tests/extra10.test @@ -47,6 +47,4 @@ echo ccc > c.bar ./configure $MAKE test -$MAKE distcheck - :