summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2023-04-09 23:32:14 +0100
committerBasil L. Contovounesios <contovob@tcd.ie>2023-04-09 23:32:14 +0100
commit6674ac17eb42a5b0b7405770771b07253fd75bf3 (patch)
tree4bc06c32056e278f5e25bd7b6b9e421f4d5f87e0 /test
parent48f3bfb8b987b19cbecce592e9195b8a8a743c08 (diff)
downloademacs-6674ac17eb42a5b0b7405770771b07253fd75bf3.tar.gz
Avoid Git project in eglot-test-eclipse-connect
* test/lisp/progmodes/eglot-tests.el (eglot-test-eclipse-connect): Avoid creating a Git project, which subsequently confuses project-files (bug#62741).
Diffstat (limited to 'test')
-rw-r--r--test/lisp/progmodes/eglot-tests.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lisp/progmodes/eglot-tests.el b/test/lisp/progmodes/eglot-tests.el
index 62e04539ebf..041aafabe8e 100644
--- a/test/lisp/progmodes/eglot-tests.el
+++ b/test/lisp/progmodes/eglot-tests.el
@@ -325,8 +325,7 @@ then restored."
"Connect to eclipse.jdt.ls server."
(skip-unless (executable-find "jdtls"))
(eglot--with-fixture
- '(("project/src/main/java/foo" . (("Main.java" . "")))
- ("project/.git/" . nil))
+ '(("project/src/main/java/foo" . (("Main.java" . ""))))
(with-current-buffer
(eglot--find-file-noselect "project/src/main/java/foo/Main.java")
(eglot--sniffing (:server-notifications s-notifs)