tests: fix spurious failure when testing wildcards in EXTRA_DIST
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Feb 2012 09:05:35 +0000 (10:05 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Feb 2012 09:05:35 +0000 (10:05 +0100)
* 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

index a635f9ccad0c40a4256cb9fb117a2806fbebc9ec..a695186f6b3e4ac4c84a07150b77ad9b48d7a8a4 100755 (executable)
@@ -47,6 +47,4 @@ echo ccc > c.bar
 ./configure
 $MAKE test
 
-$MAKE distcheck
-
 :