mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
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:
parent
663919228b
commit
ed67f2d221
1 changed files with 0 additions and 1 deletions
|
@ -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"'
|
|
||||||
|
|
Loading…
Reference in a new issue