summaryrefslogtreecommitdiff
path: root/tests/misc/mailprotect_1_header_nlnl.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/mailprotect_1_header_nlnl.phpt')
-rw-r--r--tests/misc/mailprotect_1_header_nlnl.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/mailprotect_1_header_nlnl.phpt b/tests/misc/mailprotect_1_header_nlnl.phpt
index cd0083f..94c5937 100644
--- a/tests/misc/mailprotect_1_header_nlnl.phpt
+++ b/tests/misc/mailprotect_1_header_nlnl.phpt
@@ -8,7 +8,7 @@ suhosin.log.stdout=0
8suhosin.log.script=0 8suhosin.log.script=0
9suhosin.log.syslog=0 9suhosin.log.syslog=0
10suhosin.mail.protect=1 10suhosin.mail.protect=1
11sendmail_path=/usr/bin/true 11sendmail_path=$([ -f /bin/true ]&& echo /bin/true || echo /usr/bin/true)
12--FILE-- 12--FILE--
13<?php 13<?php
14 var_dump(mail("to", "subject", "msg", "Foo: bar\r\n\r\nfake-msg-start")); 14 var_dump(mail("to", "subject", "msg", "Foo: bar\r\n\r\nfake-msg-start"));