diff options
author | FedericoHeichou <federicoheichou@gmail.com> | 2023-07-28 14:46:23 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-01-19 17:08:01 +0100 |
commit | 609e751667246eb4e2b5dd27305deab4bb03e5b6 (patch) | |
tree | 38c47f2a6e2fa4768e34eba70e2b8d9c04acffd8 /tests/lib/Mail | |
parent | 3cf66ae1568b5151116600682af795dee7811e80 (diff) | |
download | nextcloud-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.php | 2 |
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'], ]; } |