binman: Fix up the _DoTestFile() function -u argument
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 19:18:47 +0000 (13:18 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 03:27:58 +0000 (20:27 -0700)
commit2569e10f5b56649aa13e806da39a6238fdb53cab
tree068c4974613c64c6cff66f5dea83a12af8a79384
parent4c65025799d79a030a61f8d95e20954963c62db4
binman: Fix up the _DoTestFile() function -u argument

This should be -u, not -up, since we don't need to preserve the output
directory in this case.

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