[Bps-public-commit] r16738 - in Prophet/branches/init-and-clone: .

sartak at bestpractical.com sartak at bestpractical.com
Fri Nov 7 12:40:18 EST 2008


Author: sartak
Date: Fri Nov  7 12:40:16 2008
New Revision: 16738

Modified:
   Prophet/branches/init-and-clone/   (props changed)
   Prophet/branches/init-and-clone/lib/Prophet/Test.pm

Log:
 r75162 at onn:  sartak | 2008-11-07 12:40:06 -0500
 Force an ENV{EMAIL}


Modified: Prophet/branches/init-and-clone/lib/Prophet/Test.pm
==============================================================================
--- Prophet/branches/init-and-clone/lib/Prophet/Test.pm	(original)
+++ Prophet/branches/init-and-clone/lib/Prophet/Test.pm	Fri Nov  7 12:40:16 2008
@@ -46,7 +46,9 @@
         no warnings 'redefine';
         *Test::Builder::plan = sub { };
     }
-$ENV{'PROPHET_APP_CONFIG'} = 't/testing.conf';
+
+    $ENV{'PROPHET_APP_CONFIG'} = 't/testing.conf';
+    $ENV{'EMAIL'} = 'nobody at example.com';
 }
 
 {



More information about the Bps-public-commit mailing list