[Rt-commit] r8498 - in rt/branches/3.7-EXPERIMENTAL-TUNIS: . lib/t/data/crypt-gnupg lib/t/data/crypt-gnupg-realmail

sartak at bestpractical.com sartak at bestpractical.com
Fri Aug 10 13:31:00 EDT 2007


Author: sartak
Date: Fri Aug 10 13:31:00 2007
New Revision: 8498

Added:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/data/crypt-gnupg-realmail/
   rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/data/crypt-gnupg-realmail/pubring.gpg   (contents, props changed)
   rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/data/crypt-gnupg-realmail/rt-test-pubkey
      - copied unchanged from r8492, /rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/data/crypt-gnupg/rt-test-pubkey
   rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/data/crypt-gnupg-realmail/rt-test-seckey
      - copied unchanged from r8496, /rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/data/crypt-gnupg/rt-test-seckey
   rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/data/crypt-gnupg-realmail/secring.gpg   (contents, props changed)
   rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/data/crypt-gnupg-realmail/trustdb.gpg   (contents, props changed)
Removed:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/data/crypt-gnupg/rt-test-pubkey
   rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/data/crypt-gnupg/rt-test-seckey
Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/   (props changed)
   rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/data/crypt-gnupg/pubring.gpg
   rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-bad.t
   rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-realmail.t

Log:
 r37266 at gorgoroth:  sartak | 2007-08-10 13:30:49 -0400
 Split the gnupg faux-homedir we're using because having two private keys
 makes other gpg tests sad


Added: rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/data/crypt-gnupg-realmail/pubring.gpg
==============================================================================
Binary file. No diff available.

Added: rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/data/crypt-gnupg-realmail/secring.gpg
==============================================================================
Binary file. No diff available.

Added: rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/data/crypt-gnupg-realmail/trustdb.gpg
==============================================================================
Binary file. No diff available.

Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/data/crypt-gnupg/pubring.gpg
==============================================================================
Binary files. No diff available.

Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-bad.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-bad.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-bad.t	Fri Aug 10 13:31:00 2007
@@ -8,7 +8,7 @@
 use String::ShellQuote 'shell_quote';
 use IPC::Run3 'run3';
 
-my $homedir = File::Spec->catdir( getcwd(), qw(lib t data crypt-gnupg) );
+my $homedir = File::Spec->catdir( getcwd(), qw(lib t data crypt-gnupg-realmail) );
 
 RT->Config->Set( LogToScreen => 'debug' );
 RT->Config->Set( 'GnuPG',

Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-realmail.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-realmail.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-realmail.t	Fri Aug 10 13:31:00 2007
@@ -8,7 +8,7 @@
 use String::ShellQuote 'shell_quote';
 use IPC::Run3 'run3';
 
-my $homedir = File::Spec->catdir( getcwd(), qw(lib t data crypt-gnupg) );
+my $homedir = File::Spec->catdir( getcwd(), qw(lib t data crypt-gnupg-mail) );
 
 RT->Config->Set( LogToScreen => 'debug' );
 RT->Config->Set( 'GnuPG',


More information about the Rt-commit mailing list