diff options
author | FedericoHeichou <federicoheichou@gmail.com> | 2023-07-28 14:46:23 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-02-23 15:18:43 +0000 |
commit | ee45bfa955444f1e6021ee089b6ca429341b0df2 (patch) | |
tree | 08213c7b00acd925da2272f5e78477e7d35b28dc | |
parent | 2babb1a0f17bb704c8fcc41443e395d84a9042eb (diff) | |
download | nextcloud-server-backport/39607/stable26.tar.gz nextcloud-server-backport/39607/stable26.zip |
Add "-i" to MailTest's pipebackport/39607/stable26
Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
[skip ci]
-rw-r--r-- | tests/lib/Mail/MailerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Mail/MailerTest.php b/tests/lib/Mail/MailerTest.php index a93086a201f..71e14e07280 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'], ]; } |