Skip to content

Commit

Permalink
Fix PHP module test on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Oct 4, 2024
1 parent d7c6e8d commit ce97dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ _healthcheck_wait ()
unset output

# Check PHP modules
run bash -lc "docker exec -u docker '${NAME}' php -m | diff <(./tests/php-modules.sh) -"
[[ ${status} == 0 ]]
output=$(docker exec -u docker "$NAME" php -m | diff <(./tests/php-modules.sh) -)
[[ ${output} == "" ]]
unset output

### Cleanup ###
Expand Down

0 comments on commit ce97dcd

Please sign in to comment.