Skip to content

Commit 8309c04

Browse files
grooverdannikic
authored andcommitted
mysqlnd pam fix test error message
Closes phpGH-6727.
1 parent 766f827 commit 8309c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/mysqli/tests/mysqli_auth_pam.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ max_execution_time=240
102102
require_once('table.inc');
103103

104104
if (!$link = my_mysqli_connect($host, 'pamtest', 'pamtest', $db, $port, $socket)) {
105-
printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n",
106-
$host, $user, $db, $port, $socket);
105+
printf("[001] Cannot connect to the server using host=%s, user=pamtest, passwd=pamtest dbname=%s, port=%s, socket=%s\n",
106+
$host, $db, $port, $socket);
107107
} else {
108108

109109
if (!$res = $link->query("SELECT id FROM test WHERE id = 1"))

0 commit comments

Comments
 (0)