Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add "-i" to MailTest's pipe
Signed-off-by: FedericoHeichou <[email protected]>

[skip ci]
  • Loading branch information
FedericoHeichou authored and backportbot[bot] committed Feb 23, 2024
commit ee45bfa955444f1e6021ee089b6ca429341b0df2
2 changes: 1 addition & 1 deletion tests/lib/Mail/MailerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ protected function setUp(): void {
public function sendmailModeProvider(): array {
return [
'smtp' => ['smtp', ' -bs'],
'pipe' => ['pipe', ' -t'],
'pipe' => ['pipe', ' -t -i'],
];
}

Expand Down