diff options
author | Anatol Belski <ab@php.net> | 2016-05-12 12:45:04 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-05-12 12:45:04 +0200 |
commit | 9f50bb5bfa030409a3fcdec594fbab4cd83393a7 (patch) | |
tree | bba9df132b9b12870c07996aa2f371204643266e /ext/pgsql/tests | |
parent | 7f6e285430e8ec8109085a24978796fc99813498 (diff) | |
download | php-git-9f50bb5bfa030409a3fcdec594fbab4cd83393a7.tar.gz |
workaround the extra new line in the test out on another env
Diffstat (limited to 'ext/pgsql/tests')
-rw-r--r-- | ext/pgsql/tests/bug72197.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/tests/bug72197.phpt b/ext/pgsql/tests/bug72197.phpt index da52d8ea69..2ce15bdaf4 100644 --- a/ext/pgsql/tests/bug72197.phpt +++ b/ext/pgsql/tests/bug72197.phpt @@ -28,7 +28,7 @@ pg_close($conn); ?> ==DONE== --EXPECTF-- -Warning: pg_lo_create(): supplied resource is not a valid PostgreSQL link resource in %sbug72197.php on line %d +Warning: pg_lo_create(): supplied resource is not a valid PostgreSQL link resource in %sbug72197.php on line %d%w int(%d) int(%d) ==DONE== |