summaryrefslogtreecommitdiff
path: root/tests/misc/mailprotect_1_to_long.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/mailprotect_1_to_long.phpt')
-rw-r--r--tests/misc/mailprotect_1_to_long.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/mailprotect_1_to_long.phpt b/tests/misc/mailprotect_1_to_long.phpt
index 9fb08a0..29c3eea 100644
--- a/tests/misc/mailprotect_1_to_long.phpt
+++ b/tests/misc/mailprotect_1_to_long.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\n long\r\n\tfoo", "subject", "msg")); 14 var_dump(mail("to\n long\r\n\tfoo", "subject", "msg"));