]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: mbr: Drop a duplicate test
authorSimon Glass <sjg@chromium.org>
Sun, 1 Sep 2024 22:26:34 +0000 (16:26 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 18 Sep 2024 19:01:00 +0000 (13:01 -0600)
commit017b441b2e3c879b20bcac496369f1213c4bdbcd
tree547ff71060989fb77173e7a950570473d2b96c0a
parent6cfc777b9695003c4303a9e61194fe2c64af40e3
test: mbr: Drop a duplicate test

The test currently runs twice as it is declared twice. Unwind this.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/cmd/mbr.c