[PECL-CVS] [pecl-database-oci8] main: Remove unnecessary check for SYSDBA in tests/driver_name.phpt
[email protected] (Sharad Chandran R)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Sharad Chandran R (sharadraju)
Date: 2025-12-22T16:19:28+05:30
Commit: https://github.com/php/pecl-database-oci8/commit/288917ba8abb010d7cbde9eb16cf376bbda25a6e
Raw diff: https://github.com/php/pecl-database-oci8/commit/288917ba8abb010d7cbde9eb16cf376bbda25a6e.diff
Remove unnecessary check for SYSDBA in tests/driver_name.phpt
Changed paths:
M tests/driver_name.phpt
Diff:
diff --git a/tests/driver_name.phpt b/tests/driver_name.phpt
index 743e683..5b677cd 100644
--- a/tests/driver_name.phpt
+++ b/tests/driver_name.phpt
@@ -6,7 +6,6 @@ oci8
<?php
require_once 'skipifconnectfailure.inc';
require __DIR__.'/connect.inc';
-if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA user");
if ($test_drcp) die("skip as Output might vary with DRCP");
preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);