Commit 763e7fb
committed
[lit] Add HOME to "safe" variables to pass through to tests
Incldue `HOME` among the variables that are passed through to tests
when environment is cleaned. This is necessary for Gentoo build
environments, where individual package builds are given temporary
home directories that are exposed via `HOME` variable. By stripping
the variable, `lit` made these tests attempt to access user's home
directory, resulting in permission errors.1 parent 0b9c63d commit 763e7fb
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments