Update mxs729_maxadmin

The test expected the old result for the test.
This commit is contained in:
Markus Mäkelä
2017-09-11 15:16:15 +03:00
parent 16127d893c
commit 3841205704

View File

@ -21,7 +21,7 @@ const char * user_added = "The Linux user %s has successfully been enabled.\n";
const char * user_removed = "The Linux user %s has successfully been disabled.\n";
const char * remove_last_admin = "Cannot remove the last admin account";
const char * root_added = "User root has been successfully added.\n";
const char * user_and_root = "Enabled Linux accounts (secure) : %s\n";
const char * user_and_root = "Enabled Linux accounts (secure) : root, %s\n";
const char * user_only = "Enabled Linux accounts (secure) : root, %s\n";
void add_remove_maxadmin_user(TestConnections* Test)