dtoc: Add a stdout check in test_normalized_name()
authorSimon Glass <sjg@chromium.org>
Sun, 4 Jul 2021 18:19:47 +0000 (12:19 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Jul 2021 16:27:34 +0000 (10:27 -0600)
commit4f1727a7e31c192d294280b0379b522f57b54d31
tree6daae7a9b9071c12ea75d22a35807c8749f6c54b
parent893142aa3bce28155905594bb054b0f434cafdfd
dtoc: Add a stdout check in test_normalized_name()

This test captures output but does not always check it. Add the missing
code and drop the old comment.

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