diff options
Diffstat (limited to 'test/lisp/vc/vc-bzr-tests.el')
-rw-r--r-- | test/lisp/vc/vc-bzr-tests.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/lisp/vc/vc-bzr-tests.el b/test/lisp/vc/vc-bzr-tests.el index af65cd1c205..8fa16cdccb1 100644 --- a/test/lisp/vc/vc-bzr-tests.el +++ b/test/lisp/vc/vc-bzr-tests.el @@ -112,9 +112,6 @@ (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 |