summaryrefslogtreecommitdiff
path: root/tests/openpgp/sigs.test
diff options
context:
space:
mode:
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