diff options
Diffstat (limited to '')
| -rwxr-xr-x | lang/python/tests/t-encrypt-sym.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lang/python/tests/t-encrypt-sym.py b/lang/python/tests/t-encrypt-sym.py index c15955a9..8ee9cd6b 100755 --- a/lang/python/tests/t-encrypt-sym.py +++ b/lang/python/tests/t-encrypt-sym.py @@ -24,6 +24,8 @@ import os  import gpg  import support +support.assert_gpg_version() +  for passphrase in ("abc", b"abc"):      c = gpg.Context()      c.set_armor(True) | 
