patman: Use capture_sys_output() consistently
authorSimon Glass <sjg@chromium.org>
Fri, 30 Oct 2020 03:46:14 +0000 (21:46 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 16:11:31 +0000 (09:11 -0700)
commit366954fdd75200852c134003de4a66b0a20f9362
tree76a4d5f94c34a550c273ea4b455ad0d60a90089c
parent427b028aeb2f3678aced5568a5d86c2fff406f46
patman: Use capture_sys_output() consistently

One test still uses its own function for capturing output. Modify it to
use the standard one in test_util

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/func_test.py