diff options
Diffstat (limited to 'tests/openpgp-certs')
-rw-r--r-- | tests/openpgp-certs/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/openpgp-certs/Makefile.am b/tests/openpgp-certs/Makefile.am index 0058eb80bb..a3840548e1 100644 --- a/tests/openpgp-certs/Makefile.am +++ b/tests/openpgp-certs/Makefile.am @@ -35,4 +35,7 @@ TESTS += testcerts endif endif -TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) +TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) \ + LC_ALL="C" \ + top_builddir="$(top_builddir)" \ + srcdir="$(srcdir)" |