diff options
author | Werner Koch <[email protected]> | 2016-05-04 09:31:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-05-04 09:35:24 +0000 |
commit | d696eb396a9c88319358da4333feb653994d5408 (patch) | |
tree | f5baf2b9b203187ef684315af02ca0287e14a24b /tests/Makefile.am | |
parent | po: Update Russian translation (diff) | |
download | gnupg-d696eb396a9c88319358da4333feb653994d5408.tar.gz gnupg-d696eb396a9c88319358da4333feb653994d5408.zip |
tests: Disable the migrations tests
* tests/Makefile.am (SUBDIRS): Remove migrations.
* configure.ac (AC_CONFIG_FILES): Remove migrations Makefile.
--
The tests introduced with commit defbc70b require some non-portable
tools like mktemp and basename. They further fail with "make
distcheck". Removed for now.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f3a2d16d9..307d82952 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,7 +25,7 @@ else openpgp = endif -SUBDIRS = ${openpgp} . migrations pkits +SUBDIRS = ${openpgp} . pkits GPGSM = ../sm/gpgsm |