Skip to content

Commit

Permalink
update tests/image.bats (fixes #2215)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjpadilla committed Apr 21, 2021
1 parent c8cb8dc commit 33ff25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/image.bats
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ load test-helper

@test "$clinom image" {
run "${clicmd}" image
assert_success && assert_output -p 'release'
assert_success && assert_output -p 'release-'
}

@test "$clinom image (too many arguments)" {
Expand Down

0 comments on commit 33ff25a

Please sign in to comment.