diff options
author | Nikita Popov <nikic@php.net> | 2013-03-28 18:42:01 +0100 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2013-03-28 18:42:01 +0100 |
commit | 92aa361bfc3bf9113f264e6700d8494ce4152897 (patch) | |
tree | 062d20ce6b9ea68219f981ffd4f0e2a46c42dc70 /sapi/cli/tests | |
parent | bbe9052ca3f5eb3e00df06ca7a86c3a03518111f (diff) | |
download | php-git-92aa361bfc3bf9113f264e6700d8494ce4152897.tar.gz |
Forgot to fix the test on 5.4
Diffstat (limited to 'sapi/cli/tests')
-rw-r--r-- | sapi/cli/tests/bug64529.phpt | 2 |
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-- |