summaryrefslogtreecommitdiff
path: root/tests/pkcs8-decode/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkcs8-decode/Makefile.am')
-rw-r--r--tests/pkcs8-decode/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/pkcs8-decode/Makefile.am b/tests/pkcs8-decode/Makefile.am
index aed888cdfc..9996c55660 100644
--- a/tests/pkcs8-decode/Makefile.am
+++ b/tests/pkcs8-decode/Makefile.am
@@ -25,4 +25,7 @@ dist_check_SCRIPTS = pkcs8
TESTS = pkcs8
-TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT)
+TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) \
+ LC_ALL="C" \
+ top_builddir="$(top_builddir)" \
+ srcdir="$(srcdir)"