From: Nikita Popov Date: Thu, 28 Mar 2013 17:42:01 +0000 (+0100) Subject: Forgot to fix the test on 5.4 X-Git-Tag: php-5.4.15RC1~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92aa361bfc3bf9113f264e6700d8494ce4152897;p=php Forgot to fix the test on 5.4 --- diff --git a/sapi/cli/tests/bug64529.phpt b/sapi/cli/tests/bug64529.phpt index 7ca13a470b..d3755724e8 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--