; Skip one vc-dir test on MS-Windows

* test/lisp/vc/vc-tests/vc-test-misc.el
(vc-test-vc-dir-on-symlink): Skip in MS-Windows.
This commit is contained in:
Eli Zaretskii 2026-06-09 16:50:48 +03:00
parent abddd2075a
commit a21614d4d6

View file

@ -253,6 +253,8 @@
(ert-deftest vc-test-vc-dir-on-symlink () (ert-deftest vc-test-vc-dir-on-symlink ()
"Test VC-Dir on a symlink to a repository. "Test VC-Dir on a symlink to a repository.
See bug#80803 and bug#80967." See bug#80803 and bug#80967."
;; Git for Windows could fail in a symlinked tree.
(skip-when (eq system-type 'windows-nt))
(skip-unless (executable-find vc-git-program)) (skip-unless (executable-find vc-git-program))
(vc-test--with-author-identity 'Git (vc-test--with-author-identity 'Git
(let ((vc-handled-backends '(Git))) (let ((vc-handled-backends '(Git)))