From 9179b6d0484f7c5535123096fd206dc22019be9b Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 16 Feb 2012 10:05:35 +0100 Subject: [PATCH] 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. --- tests/extra10.test | 2 -- 1 file changed, 2 deletions(-) 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 - : -- 2.47.2