]> granicus.if.org Git - php/commitdiff
Specify full path to cat for mb_send_mail() tests
authorMoriyoshi Koizumi <moriyoshi@php.net>
Fri, 26 Sep 2003 11:08:54 +0000 (11:08 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Fri, 26 Sep 2003 11:08:54 +0000 (11:08 +0000)
ext/mbstring/tests/mb_send_mail01.phpt
ext/mbstring/tests/mb_send_mail05.phpt
ext/mbstring/tests/mb_send_mail06.phpt
ext/mbstring/tests/mb_send_mail07.phpt

index af70a8e23d43d74b5c54d821bf455b0256aceed6..bc481fbba0784ffc3eacee3d2aa0f7a1d45310bf 100644 (file)
@@ -7,7 +7,7 @@ if (@mb_send_mail() === false || !mb_language("neutral")) {
 }
 ?>
 --INI--
-sendmail_path=/usr/cat
+sendmail_path=/bin/cat
 --FILE--
 <?php
 $to = 'example@example.com';
index 37bbe33a6922ff91827372e6f5c7f490de583fd5..7d1dc981d2abd058e11d7d441df3d0d739c1566a 100644 (file)
@@ -10,7 +10,7 @@ if (!@mb_internal_encoding('GB2312')) {
 }
 ?>
 --INI--
-sendmail_path=cat
+sendmail_path=/bin/cat
 --FILE--
 <?php
 $to = 'example@example.com';
index 20a42d79b720a9ccc657580242a279b88f9b596b..92087f96490797754289bd10abfa04466b0cf2b1 100644 (file)
@@ -10,7 +10,7 @@ if (!@mb_internal_encoding('BIG5')) {
 }
 ?>
 --INI--
-sendmail_path=cat
+sendmail_path=/bin/cat
 --FILE--
 <?php
 $to = 'example@example.com';
index 8f53c0b97b3ee00833cb5d8a8ef58039516c619e..ae429f3ced52a350fa6eb251d604e62d7a2cf9ee 100644 (file)
@@ -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';