Commit:    92aa361bfc3bf9113f264e6700d8494ce4152897
Author:    Nikita Popov <ni...@php.net>         Thu, 28 Mar 2013 18:42:01 +0100
Parents:   bbe9052ca3f5eb3e00df06ca7a86c3a03518111f
Branches:  PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=92aa361bfc3bf9113f264e6700d8494ce4152897

Log:
Forgot to fix the test on 5.4

Changed paths:
  M  sapi/cli/tests/bug64529.phpt


Diff:
diff --git a/sapi/cli/tests/bug64529.phpt b/sapi/cli/tests/bug64529.phpt
index 7ca13a4..d375572 100644
--- a/sapi/cli/tests/bug64529.phpt
+++ b/sapi/cli/tests/bug64529.phpt
@@ -7,7 +7,7 @@ if (substr(PHP_OS, 0, 3) == "WIN") {
 }
 exec('which expect', $output, $ret);
 if ($ret) {
-       die "skip no expect installed";
+       die("skip no expect installed");
 }
 ?>
 --FILE--


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to