]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add "-i" to MailTest's pipe 43788/head
authorFedericoHeichou <federicoheichou@gmail.com>
Fri, 28 Jul 2023 12:46:23 +0000 (14:46 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Fri, 23 Feb 2024 15:15:59 +0000 (15:15 +0000)
Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
tests/lib/Mail/MailerTest.php

index 418bfe35c6e573458e519acfedda7048d28e2a3e..0eee7db126a7122523c6018a1736803a2094c501 100644 (file)
@@ -72,7 +72,7 @@ class MailerTest extends TestCase {
        public function sendmailModeProvider(): array {
                return [
                        'smtp' => ['smtp', ' -bs'],
-                       'pipe' => ['pipe', ' -t'],
+                       'pipe' => ['pipe', ' -t -i'],
                ];
        }