Merge branch 'fix/99-recv-keys-network-test' into develop

fix/93-encrypt-to-stream
Isis Lovecruft 2015-03-13 02:26:36 +00:00
commit b3dd20a7e5
No known key found for this signature in database
GPG Key ID: 18C16EC5F9F1D673
1 changed files with 3 additions and 2 deletions

View File

@ -1203,8 +1203,9 @@ suites = { 'parsers': set(['test_parsers_fix_unsafe',
'test_secret_keyring',
'test_import_and_export',
'test_deletion',
'test_import_only',
'test_recv_keys_default',]), }
'test_import_only']),
'recvkeys': set(['test_recv_keys_default']),
}
def main(args):
if not args.quiet: