[Bps-public-commit] r16723 - in Prophet/branches/init-and-clone: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Nov 6 13:00:28 EST 2008
Author: sartak
Date: Thu Nov 6 13:00:28 2008
New Revision: 16723
Modified:
Prophet/branches/init-and-clone/ (props changed)
Prophet/branches/init-and-clone/lib/Prophet/Test.pm
Log:
r75140 at onn: sartak | 2008-11-06 13:00:19 -0500
Override the EMAIL env var so we can test values of reported_by
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 Thu Nov 6 13:00:28 2008
@@ -303,6 +303,7 @@
my $coderef = shift;
local $ENV{'PROPHET_USER'} = $username;
local $ENV{'PROPHET_REPO'} = repo_path_for($username);
+ local $ENV{'EMAIL'} = $username . '@example.com';
my $ret = $coderef->();
More information about the Bps-public-commit
mailing list