Removed stdout printing of useless messages from maxkeys and maxpasswd.
This commit is contained in:
@ -8,11 +8,13 @@
|
||||
|
||||
void init_test_env(char *path)
|
||||
{
|
||||
int argc = 3;
|
||||
int argc = 5;
|
||||
|
||||
char* argv[] =
|
||||
{
|
||||
"log_manager",
|
||||
"-l",
|
||||
"LOGFILE_ERROR",
|
||||
"-j",
|
||||
path? path:TEST_LOG_DIR,
|
||||
NULL
|
||||
|
Reference in New Issue
Block a user