diff options
| author | Ben Fuhrmannek | 2015-05-21 11:36:02 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2015-05-21 11:36:02 +0200 |
| commit | c60c18edb91387c26b30c6bbad3d8a5009ac5478 (patch) | |
| tree | af43f0a2e9df007b8b1112d9dba088e4ff20e3da /tests/misc/mailprotect_1_header_nl.phpt | |
| parent | 4a16e5600fc1c0f413e176c7a8e2892a957d1579 (diff) | |
mailprotect test cases now work on linux
Diffstat (limited to 'tests/misc/mailprotect_1_header_nl.phpt')
| -rw-r--r-- | tests/misc/mailprotect_1_header_nl.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/mailprotect_1_header_nl.phpt b/tests/misc/mailprotect_1_header_nl.phpt index c8f1bc0..e137d48 100644 --- a/tests/misc/mailprotect_1_header_nl.phpt +++ b/tests/misc/mailprotect_1_header_nl.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", "\r\nFoo: bar")); | 14 | var_dump(mail("to", "subject", "msg", "\r\nFoo: bar")); |
