mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
; 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:
parent
abddd2075a
commit
a21614d4d6
1 changed files with 2 additions and 0 deletions
|
|
@ -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)))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue