Skip to content

Commit a3d3f76

Browse files
mhagstrandkrakjoe
authored andcommitted
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
1 parent f65ae82 commit a3d3f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pgsql/tests/00version.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ array(13) {
4646
["application_name"]=>
4747
string(%d) %s
4848
}
49-
string(%d) "%s"
49+
string(%d) "%a"
5050
OK

0 commit comments

Comments
 (0)