diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-08-06 10:11:28 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-08-06 11:55:09 -0700 |
| commit | 740834abbf5434a60a7ded2c0b48430420e995a9 (patch) | |
| tree | 6fe0a5d44681215894e1de5f803390614a0c0bf8 /rt/t/web/installer.t | |
| parent | c15f44fcb8de4a64edf8f6d35c2de4392be7464e (diff) | |
rt 4.2.14 (#13852)
Diffstat (limited to 'rt/t/web/installer.t')
| -rw-r--r-- | rt/t/web/installer.t | 5 |
1 files changed, 4 insertions, 1 deletions
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'); |
