Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Feb 16, 2024
1 parent 1be4c4d commit 9ddc58a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/base.bats
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ teardown() {

run make exec COMMAND="docker-compose --version"
[[ "$status" == 0 ]]
echo "$output" | grep "docker-compose version"
echo "$output" | grep "Docker Compose version"
unset output

run make exec COMMAND="mc --help"
run make exec COMMAND="mc --version"
[[ "$status" == 0 ]]
echo "$output" | grep "VERSION"
echo "$output" | grep "mc version"
unset output

### Cleanup ###
Expand Down

0 comments on commit 9ddc58a

Please sign in to comment.