branch: externals/urgrep
commit 92bcc1d8e30da62a67287e58c732fe5b9373b22f
Author: Jim Porter <jporterb...@gmail.com>
Commit: Jim Porter <jporterb...@gmail.com>

    Fix test
    
    If the deafult tool inside the Urgrep repo is git-grep, it's probably 
something
    else in the parent directory, so don't check the tool.
---
 urgrep-tests.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/urgrep-tests.el b/urgrep-tests.el
index ed055bb547..a2813416f6 100644
--- a/urgrep-tests.el
+++ b/urgrep-tests.el
@@ -816,8 +816,6 @@ joined to compare against COMMAND."
     (urgrep "urgrep-tests/" :default-directory parent-dir)
     (while (get-buffer-process (current-buffer))
       (accept-process-output))
-    (should (and (equal urgrep-current-tool (urgrep-get-tool))
-                 (local-variable-p 'urgrep-current-tool)))
     (should (and (equal urgrep-current-query '("urgrep-tests/"))
                  (local-variable-p 'urgrep-current-query)))
     (should (equal default-directory parent-dir))

Reply via email to