Skip to content

Commit 08b1619

Browse files
committed
fix tests
1 parent a855ef8 commit 08b1619

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/basic/gh20858_no_destination.phpt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
GH-20858 Null pointer dereference in php_mail_detect_multiple_crlf via error_log
33
--INI--
44
sendmail_path="cat > /tmp/php_test_gh20878_headers.out"
5-
mail.force_extra_parameters="-n"
5+
_parameters="-n"
66
mail.add_x_header = Off
77
--SKIPIF--
88
<?php
@@ -14,5 +14,3 @@ if(substr(PHP_OS, 0, 3) == "WIN")
1414
error_log("Error message", 1, null);
1515
?>
1616
--EXPECTF--
17-
sendmail: fatal: %r[^()]+%r(%d): No recipient addresses found in message header
18-

0 commit comments

Comments
 (0)