Fix #2046 replacing process-environment, exec-path & shell-file-name
This commit is contained in:
parent
cc793f323f
commit
a6e25209b8
2 changed files with 16 additions and 9 deletions
|
@ -117,7 +117,7 @@
|
|||
|
||||
(it "returns the new value for `process-environment'"
|
||||
(expect (doom-load-envvars-file doom-env-file)
|
||||
:to-equal '("A=1" "B=2" "C=3")))
|
||||
:to-have-same-items-as '("A" "B" "C")))
|
||||
|
||||
(it "alters environment variables"
|
||||
(dolist (key '("A" "B" "C"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue