aboutsummaryrefslogtreecommitdiffstats
path: root/checks/clearsig.test
diff options
context:
space:
mode:
Diffstat (limited to 'checks/clearsig.test')
-rwxr-xr-xchecks/clearsig.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/checks/clearsig.test b/checks/clearsig.test
index b1eb125f2..8217f2f49 100755
--- a/checks/clearsig.test
+++ b/checks/clearsig.test
@@ -19,9 +19,9 @@ done
# and once more to check rfc1991
# ======================================
-if have_cipher_algo "RSA"; then
+if have_pubkey_algo "RSA"; then
for i in $plain_files plain-large ; do
- $GPG -u $usrkeyid3 --rfc1991 --digest-algo md5 -sat -o x --yes $i
+ $GPG -u $usrname3 --rfc1991 --digest-algo md5 -sat -o x --yes $i
$GPG --verify x
done
fi