]> granicus.if.org Git - php/commitdiff
Specify full path for cat utility used by the test.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 24 Sep 2003 02:27:43 +0000 (02:27 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 24 Sep 2003 02:27:43 +0000 (02:27 +0000)
ext/mbstring/tests/mb_send_mail01.phpt
ext/mbstring/tests/mb_send_mail02.phpt
ext/mbstring/tests/mb_send_mail03.phpt
ext/mbstring/tests/mb_send_mail04.phpt

index 4c7518545460aefff4c03e9f176a13bf5087346d..af70a8e23d43d74b5c54d821bf455b0256aceed6 100644 (file)
@@ -7,7 +7,7 @@ if (@mb_send_mail() === false || !mb_language("neutral")) {
 }
 ?>
 --INI--
-sendmail_path=cat
+sendmail_path=/usr/cat
 --FILE--
 <?php
 $to = 'example@example.com';
index f3048ddefaee2b78724f547303213fb4e4250f8d..34dee474bc682ca7f4b8694f211cfee7c9a3b278 100644 (file)
@@ -7,7 +7,7 @@ if (@mb_send_mail() === false || !mb_language("japanese")) {
 }
 ?>
 --INI--
-sendmail_path=cat
+sendmail_path=/bin/cat
 --FILE--
 <?php
 $to = 'example@example.com';
index 545c6b71bbb159af2ee6fd92ca212256225d8a23..3113d8e2bac27d10315b9925284673b18a03346e 100644 (file)
@@ -7,7 +7,7 @@ if (@mb_send_mail() === false || !mb_language("english")) {
 }
 ?>
 --INI--
-sendmail_path=cat
+sendmail_path=/bin/cat
 --FILE--
 <?php
 $to = 'example@example.com';
index 9b8b53633b1ed89a1d57c260d19ffb84442939d5..468a1e367bf30852cb160c18e8fc39c86402698f 100644 (file)
@@ -7,7 +7,7 @@ if (@mb_send_mail() === false || !mb_language("german")) {
 }
 ?>
 --INI--
-sendmail_path=cat
+sendmail_path=/bin/cat
 --FILE--
 <?php
 $to = 'example@example.com';