commit | 08709219b4b67cf01633ede47ea389e4bd6599e8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 24 13:55:38 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 25 17:55:19 2023 -0400 |
tree | ce30e69d83b6584beb06d9445f61af4b4fc3eb32 | |
parent | 528a0f6bbad9a2fc4918027611481e9c7488e7d2 [diff] |
test: Move 1MB.fat32.img and 2MB.ext2.img These are currently created in the source directory, which is not ideal. Move them to the persistent-data directory instead. Update the test so skip validating the filename, since it now includes a full path. Signed-off-by: Simon Glass <sjg@chromium.org>