summaryrefslogtreecommitdiff
path: root/sapi/cli
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2013-03-28 18:42:01 +0100
committerNikita Popov <nikic@php.net>2013-03-28 18:42:01 +0100
commit92aa361bfc3bf9113f264e6700d8494ce4152897 (patch)
tree062d20ce6b9ea68219f981ffd4f0e2a46c42dc70 /sapi/cli
parentbbe9052ca3f5eb3e00df06ca7a86c3a03518111f (diff)
downloadphp-git-92aa361bfc3bf9113f264e6700d8494ce4152897.tar.gz
Forgot to fix the test on 5.4
Diffstat (limited to 'sapi/cli')
-rw-r--r--sapi/cli/tests/bug64529.phpt2
1 files changed, 1 insertions, 1 deletions
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--