diff options
Diffstat (limited to 'tests/gpgme/Makefile.am')
-rw-r--r-- | tests/gpgme/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/gpgme/Makefile.am b/tests/gpgme/Makefile.am index d7fd87c71..0d0edc03c 100644 --- a/tests/gpgme/Makefile.am +++ b/tests/gpgme/Makefile.am @@ -28,12 +28,9 @@ include $(top_srcdir)/am/cmacros.am AM_CFLAGS = -TMP ?= /tmp - TESTS_ENVIRONMENT = LC_ALL=C \ EXEEXT=$(EXEEXT) \ PATH=../gpgscm:$(PATH) \ - TMP=$(TMP) \ srcdir=$(abs_srcdir) \ objdir=$(abs_top_builddir) \ GPGSCM_PATH=$(abs_top_srcdir)/tests/gpgscm:$(abs_top_srcdir)/tests/openpgp:$(abs_top_srcdir)/tests/gpgme |