diff options
| author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-10-03 17:07:50 +0000 |
|---|---|---|
| committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-10-03 17:07:50 +0000 |
| commit | ad791c135c0728a7a721021a35371432bc91bee8 (patch) | |
| tree | 9f79d436ae9e3712f12506218361f6ca318df2d8 /ext | |
| parent | 48900111a8ef59094e139a49160ec2923d64b860 (diff) | |
| download | php-git-ad791c135c0728a7a721021a35371432bc91bee8.tar.gz | |
MFH(r-1.5, r-1.5, r-1.4): Specify full path to cat for mb_send_mail() tests
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/mbstring/tests/mb_send_mail05.phpt | 2 | ||||
| -rw-r--r-- | ext/mbstring/tests/mb_send_mail06.phpt | 2 | ||||
| -rw-r--r-- | ext/mbstring/tests/mb_send_mail07.phpt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/mbstring/tests/mb_send_mail05.phpt b/ext/mbstring/tests/mb_send_mail05.phpt index 37bbe33a69..7d1dc981d2 100644 --- a/ext/mbstring/tests/mb_send_mail05.phpt +++ b/ext/mbstring/tests/mb_send_mail05.phpt @@ -10,7 +10,7 @@ if (!@mb_internal_encoding('GB2312')) { } ?> --INI-- -sendmail_path=cat +sendmail_path=/bin/cat --FILE-- <?php $to = 'example@example.com'; diff --git a/ext/mbstring/tests/mb_send_mail06.phpt b/ext/mbstring/tests/mb_send_mail06.phpt index 20a42d79b7..92087f9649 100644 --- a/ext/mbstring/tests/mb_send_mail06.phpt +++ b/ext/mbstring/tests/mb_send_mail06.phpt @@ -10,7 +10,7 @@ if (!@mb_internal_encoding('BIG5')) { } ?> --INI-- -sendmail_path=cat +sendmail_path=/bin/cat --FILE-- <?php $to = 'example@example.com'; diff --git a/ext/mbstring/tests/mb_send_mail07.phpt b/ext/mbstring/tests/mb_send_mail07.phpt index 8f53c0b97b..ae429f3ced 100644 --- a/ext/mbstring/tests/mb_send_mail07.phpt +++ b/ext/mbstring/tests/mb_send_mail07.phpt @@ -10,7 +10,7 @@ if (!@mb_internal_encoding('ISO-2022-KR')) { } ?> --INI-- -sendmail_path=cat +sendmail_path=/bin/cat --FILE-- <?php $to = 'example@example.com'; |
