diff options
author | Werner Koch <[email protected]> | 2002-04-19 10:32:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-04-19 10:32:01 +0000 |
commit | a2c677c829904a7752d8e79aa7d03fdba6e8ac77 (patch) | |
tree | 99adb88f71610a0094e89f88eb1f484699b0f1aa /checks/signencrypt-dsa.test | |
parent | * tdbio.c (tdbio_write_nextcheck): Return a status whether the (diff) | |
download | gnupg-SNAP-1-0-6e.tar.gz gnupg-SNAP-1-0-6e.zip |
preparing 1.0.7SNAP-1-0-6e
Diffstat (limited to 'checks/signencrypt-dsa.test')
-rwxr-xr-x | checks/signencrypt-dsa.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/signencrypt-dsa.test b/checks/signencrypt-dsa.test index 8121dd86e..41bf83164 100755 --- a/checks/signencrypt-dsa.test +++ b/checks/signencrypt-dsa.test @@ -10,7 +10,7 @@ for i in $plain_files $data_files ; do cmp $i y || error "$i: mismatch" done -for da in ripemd160 sha1 md5; do +for da in ripemd160 sha1; do for i in $plain_files; do $GPG $dsa_keyrings --always-trust -se -o x --yes --digest-algo $da \ -u "$dsa_usrname1" -r "$dsa_usrname2" $i |