t9902-completion: add tests for the __git_find_on_cmdline() helper
commit2712e91564077f1b004ca02dd862e00be13451cb
authorSZEDER Gábor <szeder.dev@gmail.com>
Thu, 19 Dec 2019 15:09:16 +0000 (19 16:09 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Jan 2020 22:06:12 +0000 (15 14:06 -0800)
tree22a3dce7cf7340a4c8e794cf0363331e6a8e1096
parentc58ae96fc4bb11916b62a96940bb70bb85ea5992
t9902-completion: add tests for the __git_find_on_cmdline() helper

The following two patches will refactor and extend the
__git_find_on_cmdline() helper function, so let's add a few tests
first to make sure that its basic behavior doesn't change.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9902-completion.sh