summaryrefslogtreecommitdiff
path: root/tests/openpgp/sigs.test
diff options
context:
space:
mode:
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-13 09:26:18 +0100
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-13 09:26:18 +0100
commite87a22655de485af790db1d4c51f4bc166a2bbd6 (patch)
tree93d088c2bc13d9a26e6f24b70936d998bd1404df /tests/openpgp/sigs.test
parent6576640b55777bd811a12a188b9b1f3c63653799 (diff)
downloadgpg2-e87a22655de485af790db1d4c51f4bc166a2bbd6.tar.gz
gpg2-e87a22655de485af790db1d4c51f4bc166a2bbd6.tar.bz2
gpg2-e87a22655de485af790db1d4c51f4bc166a2bbd6.zip
Imported Upstream version 2.0.26upstream/2.0.26
Diffstat (limited to 'tests/openpgp/sigs.test')
-rwxr-xr-xtests/openpgp/sigs.test5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/openpgp/sigs.test b/tests/openpgp/sigs.test
index 86b0cdc..a4bf76c 100755
--- a/tests/openpgp/sigs.test
+++ b/tests/openpgp/sigs.test
@@ -17,7 +17,7 @@ for i in $plain_files $data_files; do
done
for da in `all_hash_algos` ; do
- echo_n "$da "
+ progress "$da"
# RSA key, so any hash is okay
if have_pubkey_algo "RSA"; then
@@ -42,4 +42,5 @@ for da in `all_hash_algos` ; do
done
fi
done
-echo_n "| "
+
+progress_end