diff options
author | Justus Winter <justus@g10code.com> | 2017-01-30 13:25:32 +0100 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2017-01-30 13:25:32 +0100 |
commit | 59048b0f1aa77313573a1004cd3a9f02692a7521 (patch) | |
tree | bcc99fde261a5422fe99cefc6b1514f5248bef33 /tests/openpgp/Makefile.am | |
parent | Explain commit e175152ef7515921635bf1e00383e812668d13fc. (diff) | |
download | gnupg2-59048b0f1aa77313573a1004cd3a9f02692a7521.tar.xz gnupg2-59048b0f1aa77313573a1004cd3a9f02692a7521.zip |
Revert "tests: Add test demonstrating issue2929."
This reverts commit 5aafa56dffefe3fac55b9d0555c7c86e8a07f072.
Diffstat (limited to 'tests/openpgp/Makefile.am')
-rw-r--r-- | tests/openpgp/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am index 5cab3d55d..d1dd44914 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -96,8 +96,7 @@ XTESTS = \ issue2015.scm \ issue2346.scm \ issue2417.scm \ - issue2419.scm \ - issue2929.scm + issue2419.scm # XXX: Currently, one cannot override automake's 'check' target. As a # workaround, we avoid defining 'TESTS', thus automake will not emit |