mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix test on machines with Bzr not set up
* test/lisp/vc/vc-tests.el (vc-test--version-diff): Add EMAIL= to the environment to avoid potential failure.
This commit is contained in:
parent
ea53f0df65
commit
1d36043809
1 changed files with 3 additions and 1 deletions
|
|
@ -615,7 +615,9 @@ This checks also `vc-backend' and `vc-responsible-backend'."
|
|||
(when (eq backend 'Bzr)
|
||||
(setq tempdir (make-temp-file "vc-test--version-diff" t)
|
||||
process-environment (cons (format "BZR_HOME=%s" tempdir)
|
||||
process-environment)))
|
||||
(cons
|
||||
"EMAIL=john@doe.ee"
|
||||
process-environment))))
|
||||
|
||||
(unwind-protect
|
||||
(progn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue