]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Drop LIBVIRT_DRIVER_DIR from TESTS_ENVIRONMENT
authorAndrea Bolognani <abologna@redhat.com>
Wed, 13 Mar 2019 15:21:06 +0000 (16:21 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 14 Mar 2019 09:05:19 +0000 (10:05 +0100)
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 <abologna@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
tests/Makefile.am

index 52a64c9eb1d4636f93d356329d51ca39fa105db4..adbe2f3d5e0c14eddc4b3229ea6281eb8c62a45e 100644 (file)
@@ -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) \