about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-01-19 09:27:49 -0800
committerJonathan "Duke" Leto <jonathan@leto.net>2011-01-19 09:27:49 -0800
commit266d5cca294a0a689e0c48753cea24b5ae001175 (patch)
treebf7186d8a6a6c1d5512ce049ef557c286b23a711
parentAdd support for building+testing Parrot VM and Rakudo Perl 6 (diff)
downloadjitterbug-266d5cca294a0a689e0c48753cea24b5ae001175.tar.gz
Try not to ire the SpamCop Elder Gods
-rw-r--r--t/006_emailer.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/006_emailer.t b/t/006_emailer.t
index 4c6a972..c5e090e 100644
--- a/t/006_emailer.t
+++ b/t/006_emailer.t
@@ -9,7 +9,7 @@ use_ok "jitterbug::Emailer";
 sub setup {
     my $buildconf = {
         on_failure_from_email     => 'bob@example.com',
-        on_failure_cc_email       => 'steve@apple.com',
+        on_failure_cc_email       => 'steve@example.com',
         on_failure_subject_prefix => 'BLARG ',
         on_failure_header         => "Summary:\n%%SUMMARY%%",
         on_failure_footer         => "FOOT",