From: Zbigniew Jędrzejewski-Szmek Date: Fri, 17 Feb 2017 04:00:03 +0000 (-0500) Subject: build-sys: drop now-unneeded $SYSTEMD_TEST_DATA when running tests X-Git-Tag: v233~82^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e53bcabb4b885ec998cc693e0788c3d68617bef2;p=thirdparty%2Fsystemd.git build-sys: drop now-unneeded $SYSTEMD_TEST_DATA when running tests --- diff --git a/Makefile.am b/Makefile.am index c8c8d31ef05..87923691612 100644 --- a/Makefile.am +++ b/Makefile.am @@ -152,7 +152,6 @@ endif AM_TESTS_ENVIRONMENT = \ export SYSTEMD_KBD_MODEL_MAP=$(abs_top_srcdir)/src/locale/kbd-model-map; \ export SYSTEMD_LANGUAGE_FALLBACK_MAP=$(abs_top_srcdir)/src/locale/language-fallback-map; \ - export SYSTEMD_TEST_DATA=$(abs_top_srcdir)/test; \ export PATH=$(abs_top_builddir):$$PATH; if ENABLE_BASH_COMPLETION