diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/openpgp/encrypt.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/openpgp/encrypt.test b/tests/openpgp/encrypt.test index c50c66c12..5ef5196d8 100755 --- a/tests/openpgp/encrypt.test +++ b/tests/openpgp/encrypt.test @@ -17,6 +17,7 @@ for i in $plain_files $data_files ; do cmp $i y || error "$i: mismatch" done +echo_n " > " for ca in `all_cipher_algos` ; do echo_n "$ca " for i in $plain_files $data_files ; do @@ -25,4 +26,4 @@ for ca in `all_cipher_algos` ; do cmp $i y || error "$i: mismatch" done done -echo_n "| " +echo "<" |