test/system: fix typo in 102-list.bats
Signed-off-by: Alex Jia <chuanchang.jia@gmail.com>
This commit is contained in:
parent
075b9a8d27
commit
26ae0bb896
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ teardown() {
|
|||
}
|
||||
|
||||
@test "list: Run 'list -i' with zero images (the list should be empty)" {
|
||||
run $TOOLBOX list -c
|
||||
run $TOOLBOX list -i
|
||||
|
||||
assert_success
|
||||
assert_output ""
|
||||
|
|
Loading…
Reference in a new issue