X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Ft%2Fweb%2Finstaller.t;fp=rt%2Ft%2Fweb%2Finstaller.t;h=a690e1a225a8dab29d95519ce485271092f914ab;hb=740834abbf5434a60a7ded2c0b48430420e995a9;hp=79198a7e822c013127ba384ea566b211c02125f2;hpb=c15f44fcb8de4a64edf8f6d35c2de4392be7464e;p=freeside.git diff --git a/rt/t/web/installer.t b/rt/t/web/installer.t index 79198a7e8..a690e1a22 100644 --- a/rt/t/web/installer.t +++ b/rt/t/web/installer.t @@ -71,9 +71,12 @@ diag "Walking through install screens setting defaults"; }, 'set root password'); # Mail options + my $sendmail = File::Spec->rel2abs( File::Spec->catfile( + 't', 'security', 'fake-sendmail' ) ); $m->submit_form_ok({ with_fields => { - OwnerEmail => 'admin@example.com', + OwnerEmail => 'admin@example.com', + SendmailPath => $sendmail, }, }, 'set admin email');