mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 18:11:02 -04:00
Add "-i" to MailTest's pipe
Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
This commit is contained in:
parent
3cf66ae156
commit
609e751667
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class MailerTest extends TestCase {
|
|||
public function sendmailModeProvider(): array {
|
||||
return [
|
||||
'smtp' => ['smtp', ' -bs'],
|
||||
'pipe' => ['pipe', ' -t'],
|
||||
'pipe' => ['pipe', ' -t -i'],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue