test_suite: fix marsadm get role (filter new warnings of marsadm)

This commit is contained in:
Frank Liepold 2014-01-21 09:30:21 +01:00
parent 33c776e7b6
commit 7cf8a5d304
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function marsadm_get_role
{
local host=$1 res=$2 output
output=$(lib_remote_idfile $host "marsadm role $res") || lib_exit 1
expr "$output" : 'I am actually \([^ ][^ ]*\).*'
expr "$output" : '.*I am actually \([^ ][^ ]*\).*'
}
function marsadm_check_post_condition_primary