From 0878dbde5547d70dba174d8bcf5f97d36f6c9ad1 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Sat, 8 Jul 2023 17:49:54 +0200 Subject: [PATCH] Fix GH-11629: bug77020.phpt tries to send mail --- ext/imap/tests/bug77020.phpt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ext/imap/tests/bug77020.phpt b/ext/imap/tests/bug77020.phpt index f605267e45e4..1da0cd8cf5ce 100644 --- a/ext/imap/tests/bug77020.phpt +++ b/ext/imap/tests/bug77020.phpt @@ -2,8 +2,13 @@ Bug #77020 (null pointer dereference in imap_mail) --EXTENSIONS-- imap +--INI-- +sendmail_path="echo >/dev/null" --FILE--