summaryrefslogtreecommitdiffstats
path: root/tests/lib
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:15:59 +0000
commit354f895fa56c7ee9f81a2a35e9737aa344ec035b (patch)
treeabc720e46d77802cde5af6623f2e7225c8f18358 /tests/lib
parent39d81aff8f8961d50b8af5b830d999654ff40113 (diff)
downloadnextcloud-server-354f895fa56c7ee9f81a2a35e9737aa344ec035b.tar.gz
nextcloud-server-354f895fa56c7ee9f81a2a35e9737aa344ec035b.zip
Add "-i" to MailTest's pipe
Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
Diffstat (limited to 'tests/lib')
-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 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'],
];
}