X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fmail%2Fgnupg-outgoing-signed_encrypted.t;h=1399c57ea48d5794e6217a57b100b708791475bb;hb=de9d037528895f7151a9aead6724ce2df95f9586;hp=0b82cf1cace885275790da1fdae6f2a6a420b77f;hpb=6587f6ba7d047ddc1686c080090afe7d53365bd4;p=freeside.git diff --git a/rt/t/mail/gnupg-outgoing-signed_encrypted.t b/rt/t/mail/gnupg-outgoing-signed_encrypted.t index 0b82cf1ca..1399c57ea 100644 --- a/rt/t/mail/gnupg-outgoing-signed_encrypted.t +++ b/rt/t/mail/gnupg-outgoing-signed_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', @@ -26,3 +25,5 @@ ok $m->login, 'logged in'; create_and_test_outgoing_emails( $queue, $m ); +undef $m; +done_testing;