test: Drop duplicate restore of DM state
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:47:18 +0000 (10:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:39 +0000 (18:11 -0500)
commit3f23ce2b6c58a489b3377e1fc1449ca293892546
tree191ea506b5cf63e35f6712a13c74ae75f4bd59dd
parentf229a8ee7e9c1b050b292cc33eea3c25c0723ba7
test: Drop duplicate restore of DM state

This code is present twice. Fix it so that it is only executed once.

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