summaryrefslogtreecommitdiff
path: root/tests/openpgp/conventional-mdc.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openpgp/conventional-mdc.test')
-rwxr-xr-xtests/openpgp/conventional-mdc.test5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/openpgp/conventional-mdc.test b/tests/openpgp/conventional-mdc.test
index a5e5c4e..15b525f 100755
--- a/tests/openpgp/conventional-mdc.test
+++ b/tests/openpgp/conventional-mdc.test
@@ -12,7 +12,7 @@
#info Checking conventional encryption
for ciph in `all_cipher_algos`; do
- echo_n "$ciph "
+ progress "$ciph"
for i in 0 1 2 3 9 10 11 19 20 21 22 23 39 40 41 8192 32000 ; do
# *BSD's dd can't cope with a count of 0
if test "$i" = "0"; then
@@ -27,4 +27,5 @@ for ciph in `all_cipher_algos`; do
cmp z y || error "$ciph/$i: mismatch"
done
done
-echo_n "| "
+
+progress_end