]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Don't redefine variables for TESTS_ENVIRONMENT
authorAndrea Bolognani <abologna@redhat.com>
Tue, 12 Mar 2019 15:31:20 +0000 (16:31 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 14 Mar 2019 09:05:30 +0000 (10:05 +0100)
commit349d49637cf472a25e9f9fbced1f82e52726467e
tree6791387a9adb06d8278bdfff13ad0cf3d56dcf1a
parentc0a4a98eab4814359d737a5adea3e480cd2b884f
tests: Don't redefine variables for TESTS_ENVIRONMENT

We already have code that defines all abs_* variables at the
top of tests/Makefile.am, so there is no point in redefining
them a second time (using a slightly different shell
incantation to boot).

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
tests/Makefile.am