commit | 4223a2ff9fb92b947a8e03f2f507291ec776c268 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Feb 05 18:04:42 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Feb 09 15:41:19 2016 -0700 |
tree | c6dd11c57f3478c0deceffe851678cb54912b46b | |
parent | e3f2a50e98cadb3be032eda86c43d412bb971686 [diff] |
test/py: fix off-by-one error in spawn matching code A regex match object's .end() value is already the index after the match, not the index of the last character in the match, so there's no need to add 1 to point past the match. Signed-off-by: Stephen Warren <swarren@nvidia.com>