[Rt-commit] r8726 - in rt/branches/3.7-EXPERIMENTAL-TUNIS: t/web

sartak at bestpractical.com sartak at bestpractical.com
Fri Aug 24 16:11:15 EDT 2007


Author: sartak
Date: Fri Aug 24 16:11:13 2007
New Revision: 8726

Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/   (props changed)
   rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/crypt-gnupg.t

Log:
 r19918 at onn:  sartak | 2007-08-24 16:10:32 -0400
 Ah, the problem was indeed that we just had the wrong passphrase


Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/crypt-gnupg.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/crypt-gnupg.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/crypt-gnupg.t	Fri Aug 24 16:11:13 2007
@@ -40,6 +40,7 @@
 
 RT->Config->Set( 'GnuPGOptions',
                  homedir => $homedir,
+                 passphrase => 'recipient',
                  'no-permission-warning' => undef);
 RT->Config->Set( 'MailPlugins' => 'Auth::MailFrom', 'Auth::GnuPG' );
 


More information about the Rt-commit mailing list