Skip to content

Commit 076158c

Browse files
authored
Merge pull request #2898 from HenraL/patch-1
Update pm3_tests.sh
2 parents 8156274 + d143d9a commit 076158c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/pm3_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22

3+
# This is used to make sure that the language for the functions is english instead of the system default language.
4+
LANG=C
5+
36
PM3PATH="$(dirname "$0")/.."
47
cd "$PM3PATH" || exit 1
58

0 commit comments

Comments
 (0)