test_suite: replace global with local parameter

This commit is contained in:
Frank Liepold 2014-01-07 11:24:45 +01:00
parent 100715e698
commit 5558eb9d65
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ function logrotate_loop
then
marsadm_do_cmd $host "log-delete-all" $res || lib_exit 1
fi
sleep $logrotate_sleep_time_between_rotates
sleep $sleep_time_between_rotates
let count+=1
done
}