repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
applications
/
window-managers
/
herbstluftwm
/
test-path-environment.patch
blob
dab30d8ac71a530f3f321d3bbe8568352122079b
1
--- a/tests/conftest.py
2
+++ b/tests/conftest.py
3
@@ -43,6 +43,7 @@
4
self.next_client_id = 0
5
self.env = {
6
'DISPLAY': display,
7
+ 'PATH': os.environ['PATH']
8
}
9
self.env = extend_env_with_whitelist(self.env)
10
self.hlwm_process = hlwm_process