From 268a33323210f8f5e36a9f3cbe918f9db138ea7a Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Fri, 10 Jul 2015 09:53:45 +1000 Subject: [PATCH] Improve test portability (Senthil) --- ext/pdo_oci/tests/bug44301.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdo_oci/tests/bug44301.phpt b/ext/pdo_oci/tests/bug44301.phpt index c0f79356af..1a3d8ad797 100644 --- a/ext/pdo_oci/tests/bug44301.phpt +++ b/ext/pdo_oci/tests/bug44301.phpt @@ -22,4 +22,4 @@ try { $db = null; --EXPECTF-- SQLSTATE[HY000]: General error: 942 OCIStmtExecute: ORA-00942: table or view does not exist - (%s/ext/pdo_oci/oci_statement.c:%d) + (%s%epdo_oci%eoci_statement.c:%d) -- 2.50.1