summaryrefslogtreecommitdiff
path: root/tests/misc/mailprotect_1_subject_long.phpt
diff options
context:
space:
mode:
authorBen Fuhrmannek2015-05-21 11:36:02 +0200
committerBen Fuhrmannek2015-05-21 11:36:02 +0200
commitc60c18edb91387c26b30c6bbad3d8a5009ac5478 (patch)
treeaf43f0a2e9df007b8b1112d9dba088e4ff20e3da /tests/misc/mailprotect_1_subject_long.phpt
parent4a16e5600fc1c0f413e176c7a8e2892a957d1579 (diff)
mailprotect test cases now work on linux
Diffstat (limited to 'tests/misc/mailprotect_1_subject_long.phpt')
-rw-r--r--tests/misc/mailprotect_1_subject_long.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/mailprotect_1_subject_long.phpt b/tests/misc/mailprotect_1_subject_long.phpt
index dc11783..fc71cab 100644
--- a/tests/misc/mailprotect_1_subject_long.phpt
+++ b/tests/misc/mailprotect_1_subject_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", "sub\n ject\r\n\tfoo", "msg")); 14 var_dump(mail("to", "sub\n ject\r\n\tfoo", "msg"));