summaryrefslogtreecommitdiff
path: root/tests/misc/mailprotect_2_bcc.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_2_bcc.phpt
parent4a16e5600fc1c0f413e176c7a8e2892a957d1579 (diff)
mailprotect test cases now work on linux
Diffstat (limited to 'tests/misc/mailprotect_2_bcc.phpt')
-rw-r--r--tests/misc/mailprotect_2_bcc.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/mailprotect_2_bcc.phpt b/tests/misc/mailprotect_2_bcc.phpt
index f13bcbb..c393722 100644
--- a/tests/misc/mailprotect_2_bcc.phpt
+++ b/tests/misc/mailprotect_2_bcc.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=2 10suhosin.mail.protect=2
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", "Bcc: me")); 14 var_dump(mail("to", "subject", "msg", "Bcc: me"));