aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Mail
diff options
context:
space:
mode:
authorFedericoHeichou <federicoheichou@gmail.com>2023-07-28 14:46:23 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2024-01-19 17:08:01 +0100
commit609e751667246eb4e2b5dd27305deab4bb03e5b6 (patch)
tree38c47f2a6e2fa4768e34eba70e2b8d9c04acffd8 /tests/lib/Mail
parent3cf66ae1568b5151116600682af795dee7811e80 (diff)
downloadnextcloud-server-609e751667246eb4e2b5dd27305deab4bb03e5b6.tar.gz
nextcloud-server-609e751667246eb4e2b5dd27305deab4bb03e5b6.zip
Add "-i" to MailTest's pipe
Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
Diffstat (limited to 'tests/lib/Mail')
-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'],
];
}