diff options
Diffstat (limited to 'lang/python/tests/t-edit.py')
-rwxr-xr-x | lang/python/tests/t-edit.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python/tests/t-edit.py b/lang/python/tests/t-edit.py index 7ac3626f..ffc32965 100755 --- a/lang/python/tests/t-edit.py +++ b/lang/python/tests/t-edit.py @@ -26,6 +26,8 @@ import os import gpg import support +support.assert_gpg_version() + class KeyEditor(object): def __init__(self): self.steps = ["fpr", "expire", "1", "primary", "quit"] |