Python unit test is using md5sum, a command doesn't come with Mac OS X
Created by: wangkuiyi
https://github.com/baidu/Paddle/blob/develop/python/paddle/trainer_config_helpers/tests/configs/run_tests.sh invokes Linux command md5sum
. Mac OS X doesn't come with this command, but it has an equivalent tool md5
.