From a21614d4d673e7e7c67f903d4271553a879e8a93 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 9 Jun 2026 16:50:48 +0300 Subject: [PATCH] ; 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. --- test/lisp/vc/vc-tests/vc-test-misc.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/lisp/vc/vc-tests/vc-test-misc.el b/test/lisp/vc/vc-tests/vc-test-misc.el index bb2ee8af1f7..853f22545a6 100644 --- a/test/lisp/vc/vc-tests/vc-test-misc.el +++ b/test/lisp/vc/vc-tests/vc-test-misc.el @@ -253,6 +253,8 @@ (ert-deftest vc-test-vc-dir-on-symlink () "Test VC-Dir on a symlink to a repository. 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)) (vc-test--with-author-identity 'Git (let ((vc-handled-backends '(Git)))