diff --git a/tests/php/tests.bats b/tests/php/tests.bats index 81f0696..aef0b7e 100644 --- a/tests/php/tests.bats +++ b/tests/php/tests.bats @@ -141,7 +141,7 @@ EOF run /var/lib/tsuru/deploy for version in 5.6 7.0 7.1; do run bash -c "egrep '(FOO|BAR)' /etc/php/${version}/fpm/environment.conf | tr '\n' ' '" - [ "$output" = "env[BAR] = 1 env[FOO] = 2 " ] + [ "$output" = "env[FOO] = 1 env[BAR] = 2 " ] done }