From ed67f2d221b187a1e1b198d94eb679b5ceb40fe1 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Tue, 20 Sep 2022 21:56:54 -0500 Subject: [PATCH] Drop a now-incorrect check test from `checks/git.fish` As discussed in #9221, a bug in the autocomplete that was fixed in 66391922 caused completions to be incorrectly suppressed. The dropped test/check was inadvertently relying on the buggy behavior and expected a git invocation to generate no completions but there are, in fact, completions now that the bug has been resolved. cc @faho: I'm not sure if you want to replace this with a different check that actually doesn't yield any completions or if you're happy with it just being dropped. --- tests/checks/git.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/checks/git.fish b/tests/checks/git.fish index 0a7c64723..6e5eba989 100644 --- a/tests/checks/git.fish +++ b/tests/checks/git.fish @@ -140,4 +140,3 @@ end $fish -c 'complete -C "git -C ./.gi"' # CHECK: ./.git/ Directory -$fish -c 'complete -C "git diff -c"'