fix: update tests for path_append env dict change

This commit is contained in:
yorkhellen
2026-04-26 20:32:38 +08:00
committed by Xubin Ren
parent 23dde7b84c
commit 2f2ac96ac7
2 changed files with 25 additions and 14 deletions
+1
View File
@@ -255,6 +255,7 @@ class ExecTool(Tool):
home = os.environ.get("HOME", "/tmp")
env = {
"HOME": home,
"PATH": os.environ.get ("PATH", "/usr/bin:/bin"),
"LANG": os.environ.get("LANG", "C.UTF-8"),
"TERM": os.environ.get("TERM", "dumb"),
}