From: Zoe Slattery Date: Mon, 16 Feb 2009 13:15:49 +0000 (+0000) Subject: exit -1 and exit -2 don't work for all sh. changed to exit 1 X-Git-Tag: php-5.4.0alpha1~191^2~4263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1b12c9a3031841302722d6f6706e4598a639d7a;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--