Skip to content

Commit

Permalink
php: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Jun 18, 2024
1 parent a7bad96 commit d389577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit d389577

Please sign in to comment.