projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42776dc
)
; On MS-Windows, skip eglot test that creates symlinks
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 20 Apr 2024 07:25:12 +0000
(10:25 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 20 Apr 2024 07:25:12 +0000
(10:25 +0300)
* test/lisp/progmodes/eglot-tests.el (eglot-test-basic-symlink):
Skip this test on MS-Windows.
test/lisp/progmodes/eglot-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/progmodes/eglot-tests.el
b/test/lisp/progmodes/eglot-tests.el
index 282e66f56a5d415d4fbfa404257f4a1e1d11f59b..c4ca870fbe6ada6d8aba7508fe837981d1441e92 100644
(file)
--- a/
test/lisp/progmodes/eglot-tests.el
+++ b/
test/lisp/progmodes/eglot-tests.el
@@
-439,6
+439,8
@@
directory hierarchy."
(ert-deftest eglot-test-basic-symlink ()
"Test basic symlink support."
(skip-unless (executable-find "clangd"))
+ ;; MS-Windows either fails symlink creation or pops up UAC prompts.
+ (skip-when (eq system-type 'windows-nt))
(eglot--with-fixture
`(("symlink-project" .
(("main.cpp" . "#include\"foo.h\"\nint main() { return foo(); }")