aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/verify.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openpgp/verify.test')
-rwxr-xr-xtests/openpgp/verify.test12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/openpgp/verify.test b/tests/openpgp/verify.test
index e6a61fc1b..41bd94a3f 100755
--- a/tests/openpgp/verify.test
+++ b/tests/openpgp/verify.test
@@ -121,8 +121,8 @@ IHBlb3BsZS4K
# Two standard signed messages in a row
-tests="$tests msg_olsols_asc_multisig"
-msg_olsols_asc_multisig='-----BEGIN PGP MESSAGE-----
+tests="$tests msg_olsols_asc_multiple"
+msg_olsols_asc_multiple='-----BEGIN PGP MESSAGE-----
kA0DAAIRLXJ8x2hpdzQBrQEHYgNtc2dEDFJaSSB0aGluayB0aGF0IGFsbCByaWdo
dC10aGlua2luZyBwZW9wbGUgaW4gdGhpcyBjb3VudHJ5IGFyZSBzaWNrIGFuZAp0
@@ -215,8 +215,8 @@ EOF
`
# Two clear text signatures in a row
-tests="$tests msg_clsclss_asc"
-msg_clsclss_asc="${msg_cls_asc}
+tests="$tests msg_clsclss_asc_multiple"
+msg_clsclss_asc_multiple="${msg_cls_asc}
${msg_clss_asc}"
@@ -233,8 +233,8 @@ for i in $tests ; do
msg_*_asc)
$GPG --verify x || error "verify of $i failed"
;;
- msg_*_asc_multisig)
- $GPG --verify --allow-multisig-verification x \
+ msg_*_asc_multiple)
+ $GPG --verify --allow-multiple-messages x \
|| error "verify of $i failed"
$GPG --verify x && error "verify of $i succeeded but should not"
;;