package manager test: try to make the --clone
tests work on DrDr
This commit is contained in:
parent
89d0d11091
commit
bbd781f04e
|
@ -70,6 +70,11 @@
|
|||
(putenv "PATH" (~a (find-console-bin-dir)
|
||||
":"
|
||||
(getenv "PATH")))
|
||||
;; Some tests use `git`; make sure those calls don't
|
||||
;; operate on some other directory:
|
||||
(environment-variables-set! (current-environment-variables)
|
||||
#"GIT_DIR"
|
||||
#f)
|
||||
(t)))
|
||||
(λ ()
|
||||
(delete-directory/files tmp-dir))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user