From 0bfa7cbb291df542c91efeea8e8a5a56a7ee906b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 2 Mar 2009 19:03:49 +0000 Subject: [PATCH] tests: fix an error that made us skip the daemon-conf test * tests/Makefile.am (CONFIG_HEADER): Correct definition. --- ChangeLog | 5 +++++ tests/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cd91d72292..6f0f7ed860 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Mar 2 20:01:55 +0100 2009 Jim Meyering + + tests: fix an error that made us skip the daemon-conf test + * tests/Makefile.am (CONFIG_HEADER): Correct definition. + Mon Mar 2 19:32:18 +0100 2009 Jim Meyering tests: test for a recent fix diff --git a/tests/Makefile.am b/tests/Makefile.am index 7479e03dbe..b40785fee1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -125,7 +125,7 @@ TESTS_ENVIRONMENT = \ abs_top_srcdir=`cd '$(top_srcdir)'; pwd` \ abs_builddir=`cd '$(builddir)'; pwd` \ abs_srcdir=`cd '$(srcdir)'; pwd` \ - CONFIG_HEADER='$(abs_top_builddir)/lib/config.h' \ + CONFIG_HEADER='$(abs_top_builddir)/config.h' \ PATH="$(path_add)$(PATH_SEPARATOR)$$PATH" \ SHELL="$(SHELL)" \ LIBVIRT_DRIVER_DIR="$(abs_top_builddir)/src/.libs" \