diff options
author | Tom Rini <trini@konsulko.com> | 2021-07-16 09:15:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-16 09:15:59 -0400 |
commit | c39946a2e2d062025c9fc8b34587dfdd45fd8703 (patch) | |
tree | 30326b7ad7ab94a6c936506636cf93d63b300384 /test/cmd/setexpr.c | |
parent | d0dab9336db08bf562dd7ded4a417efd8570cee7 (diff) | |
parent | 92cf458f8ad9410dedbedd41d048d26620ce5f12 (diff) |
Merge branch '2021-07-15-assorted-fixes'
- Large number of Coverity reported issues addressed
- m41t62 bugfix
- Support more Android image compression formats
- FIT + DTO bugfix
Diffstat (limited to 'test/cmd/setexpr.c')
-rw-r--r-- | test/cmd/setexpr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cmd/setexpr.c b/test/cmd/setexpr.c index c537e893538..08b6e6e7243 100644 --- a/test/cmd/setexpr.c +++ b/test/cmd/setexpr.c @@ -270,8 +270,6 @@ static int setexpr_test_backref(struct unit_test_state *uts) ut_asserteq_str("us this is surely! a test is it? yes us this is indeed! a test", buf); - /* The following checks fail at present due to a bug in setexpr */ - return 0; for (i = BUF_SIZE; i < 0x1000; i++) { ut_assertf(buf[i] == (char)i, "buf byte at %x should be %02x, got %02x)\n", |