diff options
Diffstat (limited to 'tests/misc/mailprotect_1_to.phpt')
| -rw-r--r-- | tests/misc/mailprotect_1_to.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/mailprotect_1_to.phpt b/tests/misc/mailprotect_1_to.phpt index 59b5202..8f35677 100644 --- a/tests/misc/mailprotect_1_to.phpt +++ b/tests/misc/mailprotect_1_to.phpt | |||
| @@ -8,7 +8,7 @@ suhosin.log.stdout=0 | |||
| 8 | suhosin.log.script=0 | 8 | suhosin.log.script=0 |
| 9 | suhosin.log.syslog=0 | 9 | suhosin.log.syslog=0 |
| 10 | suhosin.mail.protect=1 | 10 | suhosin.mail.protect=1 |
| 11 | sendmail_path=/usr/bin/true | 11 | sendmail_path=$([ -f /bin/true ]&& echo /bin/true || echo /usr/bin/true) |
| 12 | --FILE-- | 12 | --FILE-- |
| 13 | <?php | 13 | <?php |
| 14 | var_dump(mail("t\r\no", "subject", "msg")); | 14 | var_dump(mail("t\r\no", "subject", "msg")); |
