Browse Source

Test portability fix

pull/271/head
Christopher Jones 15 years ago
parent
commit
b5edcb56cb
  1. 3
      ext/oci8/tests/pecl_bug16035.phpt

3
ext/oci8/tests/pecl_bug16035.phpt

@ -10,6 +10,9 @@ $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
if ($ov !== 1) {
die ("skip Test only valid when OCI8 is built with an ORACLE_HOME");
}
if (preg_match('/Unknown/', oci_client_version()) == 1) {
die("skip expected output only valid with Oracle clients > 9gR2");
}
?>
--ENV--
ORACLE_HOME=""

Loading…
Cancel
Save