path: python-stem_1.8.2-1.1/test/integ/util/system.py
    pidof_prefix = stem.util.system.GET_PID_BY_NAME_PIDOF % ''
    call_replacement = filter_system_call([pidof_prefix])
    with patch('stem.util.system.call') as call_mock:
