From: Zoe Slattery Date: Mon, 16 Feb 2009 13:18:40 +0000 (+0000) Subject: exit -1 and exit -2 don't work for all sh. changed to exit 1 X-Git-Tag: php-5.2.9RC3~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a44816ed090b759d5ec45126f37cadea66e27f6a;p=php exit -1 and exit -2 don't work for all sh. changed to exit 1 --- diff --git a/ext/standard/tests/mail/mail_basic3.phpt b/ext/standard/tests/mail/mail_basic3.phpt index aad5e67d0c..58eae0379e 100644 --- a/ext/standard/tests/mail/mail_basic3.phpt +++ b/ext/standard/tests/mail/mail_basic3.phpt @@ -1,7 +1,7 @@ --TEST-- Test mail() function : basic functionality --INI-- -sendmail_path="exit -1" +sendmail_path="exit 1" --SKIPIF--