]> git.eshelyaron.com Git - emacs.git/commitdiff
Skip a vc-bzr test if run as root
authorGlenn Morris <rgm@gnu.org>
Wed, 19 Dec 2018 20:06:18 +0000 (15:06 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 19 Dec 2018 20:06:18 +0000 (15:06 -0500)
* test/lisp/vc/vc-bzr-tests.el (vc-bzr-test-faulty-bzr-autoloads):
Skip this test when run as root.  This works around a race
condition in root-specific code in vc-mode-line when deleting a file.

; Do not merge to master, instead fix vc-mode-line there.

test/lisp/vc/vc-bzr-tests.el

index 6b96f3b928d0ce836b443d2c3a047306a41adeaa..db64f61c43d73d07e0743fdfa1f96dcf83a5e9b0 100644 (file)
 (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