Skip to content

Commit

Permalink
test/system: Rename a 'list' test for clarity
Browse files Browse the repository at this point in the history
A subsequent commit will add a variant of this test that uses 'list'
without the '--images' option.

containers#1273
  • Loading branch information
debarshiray committed Mar 21, 2023
1 parent e741215 commit e38ef3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/102-list.bats
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ teardown() {
assert [ ${#stderr_lines[@]} -eq 0 ]
}

@test "list: Images with and without names" {
@test "list: Images with and without names (using --images)" {
local default_image
default_image="$(get_default_image)"

Expand Down

0 comments on commit e38ef3e

Please sign in to comment.