diff options
Diffstat (limited to 'tests/misc/mailprotect_1_header_nlnl.phpt')
| -rw-r--r-- | tests/misc/mailprotect_1_header_nlnl.phpt | 2 |
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 | |||
| 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("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")); |
