X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Ft%2Fmail%2Fgnupg-outgoing-signed_encrypted.t;fp=rt%2Ft%2Fmail%2Fgnupg-outgoing-signed_encrypted.t;h=1399c57ea48d5794e6217a57b100b708791475bb;hb=740834abbf5434a60a7ded2c0b48430420e995a9;hp=806f62d95dc09066329724532b646f65340a2020;hpb=c15f44fcb8de4a64edf8f6d35c2de4392be7464e;p=freeside.git diff --git a/rt/t/mail/gnupg-outgoing-signed_encrypted.t b/rt/t/mail/gnupg-outgoing-signed_encrypted.t index 806f62d95..1399c57ea 100644 --- a/rt/t/mail/gnupg-outgoing-signed_encrypted.t +++ b/rt/t/mail/gnupg-outgoing-signed_encrypted.t @@ -2,14 +2,14 @@ use strict; use warnings; use RT::Test::GnuPG - tests => 103, + tests => undef, gnupg_options => { passphrase => 'rt-test', 'trust-model' => 'always', }; RT::Test->import_gnupg_key('rt-recipient@example.com'); -RT::Test->import_gnupg_key( 'rt-test@example.com', 'public' ); +RT::Test->import_gnupg_key( 'rt-test@example.com' ); my $queue = RT::Test->load_or_create_queue( Name => 'Regression', @@ -25,3 +25,5 @@ ok $m->login, 'logged in'; create_and_test_outgoing_emails( $queue, $m ); +undef $m; +done_testing;