From 354f895fa56c7ee9f81a2a35e9737aa344ec035b Mon Sep 17 00:00:00 2001 From: FedericoHeichou Date: Fri, 28 Jul 2023 14:46:23 +0200 Subject: [PATCH] Add "-i" to MailTest's pipe Signed-off-by: FedericoHeichou --- tests/lib/Mail/MailerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/Mail/MailerTest.php b/tests/lib/Mail/MailerTest.php index 418bfe35c6e..0eee7db126a 100644 --- a/tests/lib/Mail/MailerTest.php +++ b/tests/lib/Mail/MailerTest.php @@ -72,7 +72,7 @@ class MailerTest extends TestCase { public function sendmailModeProvider(): array { return [ 'smtp' => ['smtp', ' -bs'], - 'pipe' => ['pipe', ' -t'], + 'pipe' => ['pipe', ' -t -i'], ]; } -- 2.39.5