aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFedericoHeichou <federicoheichou@gmail.com>2023-07-28 14:46:23 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-02-23 15:18:43 +0000
commitee45bfa955444f1e6021ee089b6ca429341b0df2 (patch)
tree08213c7b00acd925da2272f5e78477e7d35b28dc
parent2babb1a0f17bb704c8fcc41443e395d84a9042eb (diff)
downloadnextcloud-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.php2
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'],
];
}