summaryrefslogtreecommitdiff
path: root/test/lisp/vc/vc-bzr-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/vc/vc-bzr-tests.el')
-rw-r--r--test/lisp/vc/vc-bzr-tests.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lisp/vc/vc-bzr-tests.el b/test/lisp/vc/vc-bzr-tests.el
index 6b96f3b928d..db64f61c43d 100644
--- a/test/lisp/vc/vc-bzr-tests.el
+++ b/test/lisp/vc/vc-bzr-tests.el
@@ -112,6 +112,9 @@
(ert-deftest vc-bzr-test-faulty-bzr-autoloads ()
"Test we can generate autoloads in a bzr directory when bzr is faulty."
(skip-unless (executable-find vc-bzr-program))
+ ;; Avoid vc-mode-line bug;
+ ;; http://lists.gnu.org/r/emacs-devel/2018-12/msg00368.html
+ (skip-unless (not (eq 0 (user-real-uid))))
(let* ((homedir (make-temp-file "vc-bzr-test" t))
(bzrdir (expand-file-name "bzr" homedir))
(file (progn