From: Nikita Popov Date: Thu, 18 Jun 2020 15:30:03 +0000 (+0200) Subject: Fix CLI test if linked against libedit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a9a8df3fd46b0f359549cc02d1abc8610ef6b76;p=php Fix CLI test if linked against libedit The error message changed here. --- diff --git a/sapi/cli/tests/017.phpt b/sapi/cli/tests/017.phpt index 4cc80a4b0a..6c9a792476 100644 --- a/sapi/cli/tests/017.phpt +++ b/sapi/cli/tests/017.phpt @@ -103,7 +103,7 @@ Snippet no. 5: Interactive shell -Parse error: syntax error, unexpected ')' in php shell code on line 1 +Parse error: Unmatched ')' in php shell code on line 1 Done