From: Andrea Bolognani Date: Wed, 13 Mar 2019 15:21:06 +0000 (+0100) Subject: tests: Drop LIBVIRT_DRIVER_DIR from TESTS_ENVIRONMENT X-Git-Tag: v5.2.0-rc1~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b635eb85755ff63caaba9fb9a2f100a7caf3f0a1;p=thirdparty%2Flibvirt.git tests: Drop LIBVIRT_DRIVER_DIR from TESTS_ENVIRONMENT LIBVIRT_DRIVER_DIR is defined as (what is for all intents and purposes equivalent to) "$(abs_top_builddir)/src/.libs"; however, as of commit bc6e206322ae, virDriverLoadModule() will search that directory automatically, which means passing it through the environment is no longer necessary. Signed-off-by: Andrea Bolognani Reviewed-by: Martin Kletzander --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 52a64c9eb1..adbe2f3d5e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -487,7 +487,6 @@ TESTS_ENVIRONMENT = \ abs_builddir=$(abs_builddir) \ abs_srcdir=$(abs_srcdir) \ SHELL="$(SHELL)" \ - LIBVIRT_DRIVER_DIR="$(lv_abs_top_builddir)/src/.libs" \ LIBVIRT_AUTOSTART=0 \ LC_ALL=C \ VIR_TEST_EXPENSIVE=$(VIR_TEST_EXPENSIVE) \