summaryrefslogtreecommitdiff
path: root/test/boot
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-12-20 16:00:22 -0500
committerTom Rini <[email protected]>2023-12-20 16:00:22 -0500
commit36d3db6c2c060ee85176156dc9a607e8cd5465f4 (patch)
tree51f6187c51418043e5dc56f6f9a2dac09e2e848d /test/boot
parenta0d0e132b39e48cf471db87600ed87b4e65bc187 (diff)
parent97135d9f4220e54b38f69a3f2416b2fd9d8f378c (diff)
Merge branch '2023-12-20-assorted-general-updates' into next
- Assorted fixes around the tree
Diffstat (limited to 'test/boot')
-rw-r--r--test/boot/bootflow.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/boot/bootflow.c b/test/boot/bootflow.c
index f3e5a839da4..a9b555c7794 100644
--- a/test/boot/bootflow.c
+++ b/test/boot/bootflow.c
@@ -1095,6 +1095,10 @@ static int bootflow_cmdline(struct unit_test_state *uts)
ut_asserteq(0, run_command("bootflow cmdline get mary", 0));
ut_assert_nextline_empty();
+ ut_asserteq(0, run_command("bootflow cmdline set mary abc", 0));
+ ut_asserteq(0, run_command("bootflow cmdline set mary", 0));
+ ut_assert_nextline_empty();
+
ut_assert_console_end();
return 0;