diff --git a/tools/pm3_tests.sh b/tools/pm3_tests.sh index 96a6376f7..65a2f9985 100755 --- a/tools/pm3_tests.sh +++ b/tools/pm3_tests.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# This is used to make sure that the language for the functions is english instead of the system default language. +LANG=C + PM3PATH="$(dirname "$0")/.." cd "$PM3PATH" || exit 1