diff options
author | Christopher Jones <christopher.jones@oracle.com> | 2015-07-10 09:53:45 +1000 |
---|---|---|
committer | Christopher Jones <christopher.jones@oracle.com> | 2015-07-10 09:53:45 +1000 |
commit | 268a33323210f8f5e36a9f3cbe918f9db138ea7a (patch) | |
tree | 6c021f575b689d15b13a31e7ad8dad7256f1bf4b /ext/pdo_oci | |
parent | e79433743a7fa71f5bd1e04f40bda4cf1081b7d9 (diff) | |
download | php-git-268a33323210f8f5e36a9f3cbe918f9db138ea7a.tar.gz |
Improve test portability (Senthil)
Diffstat (limited to 'ext/pdo_oci')
-rw-r--r-- | ext/pdo_oci/tests/bug44301.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |