From 9f50bb5bfa030409a3fcdec594fbab4cd83393a7 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 12 May 2016 12:45:04 +0200 Subject: [PATCH] workaround the extra new line in the test out on another env --- ext/pgsql/tests/bug72197.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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== -- 2.50.1