From 3a9a8df3fd46b0f359549cc02d1abc8610ef6b76 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 18 Jun 2020 17:30:03 +0200 Subject: [PATCH] Fix CLI test if linked against libedit The error message changed here. --- sapi/cli/tests/017.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1