X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fmail%2Fgnupg-outgoing-encrypted.t;h=dc6a55d298171b82c6e6e29d9545a418fb0b1f66;hb=ebd7d1be21224877db7dff9972d02aedc9b35cd6;hp=4f2a28f55b287385421216c435d1690193c60286;hpb=f3c4966ed1f6ec3db7accd6dcdd3a5a3821d72a7;p=freeside.git diff --git a/rt/t/mail/gnupg-outgoing-encrypted.t b/rt/t/mail/gnupg-outgoing-encrypted.t index 4f2a28f55..dc6a55d29 100644 --- a/rt/t/mail/gnupg-outgoing-encrypted.t +++ b/rt/t/mail/gnupg-outgoing-encrypted.t @@ -1,16 +1,15 @@ -#!/usr/bin/perl -w 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 +24,5 @@ ok $m->login, 'logged in'; create_and_test_outgoing_emails( $queue, $m ); +undef $m; +done_testing;