diff options
Diffstat (limited to 'tests/openpgp')
-rwxr-xr-x | tests/openpgp/defs.inc | 4 | ||||
-rw-r--r-- | tests/openpgp/gpg.conf.tmpl | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/openpgp/defs.inc b/tests/openpgp/defs.inc index b0115498f..5d5e03da9 100755 --- a/tests/openpgp/defs.inc +++ b/tests/openpgp/defs.inc @@ -68,7 +68,7 @@ error () { defs_error_seen=yes echo "$pgmname:" $* >&5 if [ x$defs_stop_on_error != xyes ]; then - exit 1 + exit 1 fi } @@ -189,7 +189,7 @@ pgmname=`basename $0` [ -z "$srcdir" ] && fatal "not called from make" # Make sure we have a valid option file even with VPATH builds. -for f in gpg.conf ; do +for f in gpg.conf ; do if [ -f ./$f ]; then : elif [ -f $srcdir/$f.tmpl ]; then diff --git a/tests/openpgp/gpg.conf.tmpl b/tests/openpgp/gpg.conf.tmpl index 7060a6610..7db73bea3 100644 --- a/tests/openpgp/gpg.conf.tmpl +++ b/tests/openpgp/gpg.conf.tmpl @@ -3,3 +3,4 @@ no-secmem-warning no-permission-warning batch no-auto-check-trustdb +allow-weak-digest-algos |