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.
This commit is contained in:
Mahmoud Al-Qudsi 2022-09-20 21:56:54 -05:00
parent 663919228b
commit ed67f2d221

View file

@ -140,4 +140,3 @@ end
$fish -c 'complete -C "git -C ./.gi"' $fish -c 'complete -C "git -C ./.gi"'
# CHECK: ./.git/ Directory # CHECK: ./.git/ Directory
$fish -c 'complete -C "git diff -c"'