From a3d3f76827c7c26f4cd9cdde967d4ed7cb7889fe Mon Sep 17 00:00:00 2001 From: Mitch Hagstrand Date: Thu, 26 Jan 2017 02:24:07 -0800 Subject: Fix 00version.phpt when commit message has multiple lines. The environment variable "TRAVIS_COMMIT_MESSAGE" can contain multiple lines. An example can be seen here https://travis-ci.org/php/php-src/jobs/195465293 --- ext/pgsql/tests/00version.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pgsql/tests/00version.phpt b/ext/pgsql/tests/00version.phpt index e4e442d018..f068abe2c6 100644 --- a/ext/pgsql/tests/00version.phpt +++ b/ext/pgsql/tests/00version.phpt @@ -46,5 +46,5 @@ array(13) { ["application_name"]=> string(%d) %s } -string(%d) "%s" +string(%d) "%a" OK -- cgit v1.2.1