From 6674ac17eb42a5b0b7405770771b07253fd75bf3 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Sun, 9 Apr 2023 23:32:14 +0100 Subject: [PATCH] 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). --- test/lisp/progmodes/eglot-tests.el | 3 +-- 1 file changed, 1 insertion(+), 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) -- 2.39.5