Merge pull request #2898 from HenraL/patch-1

Update pm3_tests.sh
This commit is contained in:
Iceman
2025-06-11 12:14:24 +02:00
committed by GitHub
+3
View File
@@ -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