From: Jim Meyering Date: Sat, 16 Feb 2008 22:10:15 +0000 (+0100) Subject: Avoid tests/cp/acl test failure. X-Git-Tag: v6.11~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=526e43a1c29c2ed9b12b2f8c0173fc09bbe4061e;p=thirdparty%2Fcoreutils.git Avoid tests/cp/acl test failure. * tests/check.mk (TESTS_ENVIRONMENT) [CONFIG_HEADER]: Define to an absolute name, so it can be used from any point in the test hierarchy. Reported by James Youngman. --- diff --git a/tests/check.mk b/tests/check.mk index 48cffa40ac..8caf29d057 100644 --- a/tests/check.mk +++ b/tests/check.mk @@ -44,7 +44,7 @@ TESTS_ENVIRONMENT = \ host_triplet='$(host_triplet)' \ srcdir='$(srcdir)' \ top_srcdir='$(top_srcdir)' \ - CONFIG_HEADER='$(CONFIG_HEADER)' \ + CONFIG_HEADER='$(abs_top_builddir)/lib/config.h' \ CU_TEST_NAME=`basename '$(abs_srcdir)'`,$$tst \ EGREP='$(EGREP)' \ EXEEXT='$(EXEEXT)' \