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 e7ace81
Show file tree
Hide file tree
Showing 2 changed files with 4 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
1 change: 1 addition & 0 deletions tests/php-modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ PDO
pdo_mysql
Phar
posix
random
readline
Reflection
SimpleXML
Expand Down

0 comments on commit e7ace81

Please sign in to comment.