Skip to content

Commit 288917b

Browse files
committed
Remove unnecessary check for SYSDBA in tests/driver_name.phpt
1 parent 48878c4 commit 288917b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/driver_name.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ oci8
66
<?php
77
require_once 'skipifconnectfailure.inc';
88
require __DIR__.'/connect.inc';
9-
if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA user");
109
if ($test_drcp) die("skip as Output might vary with DRCP");
1110

1211
preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);

0 commit comments

Comments
 (0)