summaryrefslogtreecommitdiff
path: root/rt/t/web/installer.t
diff options
context:
space:
mode:
Diffstat (limited to 'rt/t/web/installer.t')
-rw-r--r--rt/t/web/installer.t5
1 files changed, 4 insertions, 1 deletions
diff --git a/rt/t/web/installer.t b/rt/t/web/installer.t
index 79198a7..a690e1a 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');