diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-02-09 16:00:36 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-02-09 16:00:36 +0900 |
commit | f069775d174b4022b14e32d7bb84687ce608ca31 (patch) | |
tree | 297ee5457dceb5272bf4fcbcaee5ed7f25476db1 /tests | |
parent | e761a9d6e4f22fb519b7fd34e1978caf44c0872e (diff) | |
download | gpg2-f069775d174b4022b14e32d7bb84687ce608ca31.tar.gz gpg2-f069775d174b4022b14e32d7bb84687ce608ca31.tar.bz2 gpg2-f069775d174b4022b14e32d7bb84687ce608ca31.zip |
Imported Upstream version 2.2.8upstream/2.2.8
Diffstat (limited to 'tests')
-rw-r--r-- | tests/openpgp/defs.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/openpgp/defs.scm b/tests/openpgp/defs.scm index 9537652..7e41d19 100644 --- a/tests/openpgp/defs.scm +++ b/tests/openpgp/defs.scm @@ -341,6 +341,7 @@ "no-auto-key-retrieve" "no-auto-key-locate" "allow-weak-digest-algos" + "ignore-mdc-error" (if have-opt-always-trust "no-auto-check-trustdb" "#no-auto-check-trustdb") (string-append "agent-program " |