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/sigs-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 '')
-rwxr-xr-x | checks/sigs-dsa.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/sigs-dsa.test b/checks/sigs-dsa.test index 647e53f9b..2294cf55a 100755 --- a/checks/sigs-dsa.test +++ b/checks/sigs-dsa.test @@ -9,7 +9,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 --digest-algo $da \ -s -o x --yes -u $dsa_usrname1 $i |