Skip to content

Commit b7cf339

Browse files
committed
ci: Set constant locale to fix wrong ordering
1 parent 528271e commit b7cf339

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/util/init.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ export BPM_TEST_DIR="$BATS_TMPDIR/bpm"
1111
export BPM_CWD="$BPM_TEST_DIR/cwd"
1212
export BPM_ORIGIN_DIR="$BPM_TEST_DIR/origin"
1313

14+
export LANG="C"
15+
export LANGUAGE="C"
16+
export LC_ALL="C"
1417
export XDG_DATA_HOME=
1518
export PATH="$BPM_ROOT/pkg/bin:$PATH"
1619

0 commit comments

Comments
 (0)