Skip to content

Commit 92aa361

Browse files
committed
Forgot to fix the test on 5.4
1 parent bbe9052 commit 92aa361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cli/tests/bug64529.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (substr(PHP_OS, 0, 3) == "WIN") {
77
}
88
exec('which expect', $output, $ret);
99
if ($ret) {
10-
die "skip no expect installed";
10+
die("skip no expect installed");
1111
}
1212
?>
1313
--FILE--

0 commit comments

Comments
 (0)