]> git.eshelyaron.com Git - emacs.git/commitdiff
Avoid Git project in eglot-test-eclipse-connect
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 9 Apr 2023 22:32:14 +0000 (23:32 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 9 Apr 2023 22:32:14 +0000 (23:32 +0100)
* 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

index 62e04539ebf97a8780b565def506dfe72dd3dfa5..041aafabe8e448275330ec7e986988b04224762f 100644 (file)
@@ -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)