summaryrefslogtreecommitdiff
path: root/tests/check.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check.mk')
-rw-r--r--tests/check.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check.mk b/tests/check.mk
index c494da0fe..4fca28352 100644
--- a/tests/check.mk
+++ b/tests/check.mk
@@ -67,6 +67,7 @@ TESTS_ENVIRONMENT = \
$(SHELL) "$$1"; \
fi; \
}; \
+ export \
LOCALE_FR='$(LOCALE_FR)' \
abs_top_builddir='$(abs_top_builddir)' \
abs_top_srcdir='$(abs_top_srcdir)' \
@@ -86,7 +87,7 @@ TESTS_ENVIRONMENT = \
PERL='$(PERL)' \
REPLACE_GETCWD=$(REPLACE_GETCWD) \
PATH='$(abs_top_builddir)/src$(PATH_SEPARATOR)'"$$PATH" \
- shell_or_perl_
+ ; shell_or_perl_
TEST_LOGS = $(TESTS:=.log)