1
Fork 0
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:
Dmitry Gutov 2021-09-05 02:44:08 +03:00
parent ea53f0df65
commit 1d36043809

View file

@ -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