X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fweb%2Finstaller.t;h=a690e1a225a8dab29d95519ce485271092f914ab;hb=de9d037528895f7151a9aead6724ce2df95f9586;hp=79198a7e822c013127ba384ea566b211c02125f2;hpb=45d35d5739d05e602bc317739485693e0e9ff0b5;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');