We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2299ba3 + 08e9296 commit 2a76ef7Copy full SHA for 2a76ef7
1 file changed
tests/update_branch.bats
@@ -20,6 +20,9 @@ setup() {
20
load 'test_helper/bats-assert/load'
21
export NO_COLOR=1
22
export OPS_BRANCH="$(cat ../branch.txt)"
23
+ export LANG=en_US.UTF-8
24
+ export LANGUAGE=en_US.UTF-8
25
+ export LC_ALL=en_US.UTF-8
26
rm -rf ~/.ops
27
ops -update
28
cd ~/.ops/$OPS_BRANCH/olaris
0 commit comments