summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Hagstrand <mhagstrand@gmail.com>2017-01-26 02:24:07 -0800
committerJoe Watkins <krakjoe@php.net>2017-01-26 11:36:24 +0000
commita3d3f76827c7c26f4cd9cdde967d4ed7cb7889fe (patch)
tree8db08d3c7a27fd0082526b92a0f4f531ec22665b
parentf65ae82c55b986fbc1e140de998b4a9c44911cac (diff)
downloadphp-git-a3d3f76827c7c26f4cd9cdde967d4ed7cb7889fe.tar.gz
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
-rw-r--r--ext/pgsql/tests/00version.phpt2
1 files changed, 1 insertions, 1 deletions
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