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
commit 076158cc15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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