summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test.php b/tests/test.php
index a6d6c16..ec6d35b 100644
--- a/tests/test.php
+++ b/tests/test.php
@@ -7,8 +7,8 @@ fwrite($stderr, "Enter the password: ");
$password = trim(fgets($in));
$str = array(
- array('isuser', $user),
- array('isuser', '123456789'),
+ array('isuser', $user, 'localhost'),
+ array('isuser', '123456789', 'localhost'),
array('auth', $user, 'localhost', $password),
array('auth', $user, 'localhost', '123456789'),