]> git.ipfire.org Git - thirdparty/git.git/commit
parse-options tests: test optname() output
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 8 Oct 2021 19:07:45 +0000 (21:07 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Oct 2021 21:13:11 +0000 (14:13 -0700)
commit62f2ffc56307c794a15e572b9504ff6adff2d2d8
tree802e41c88249891a27ca9ac3ec7c60390317182b
parent28794ec72e284ba398b562bc117e091853ef0332
parse-options tests: test optname() output

There were no tests for checking the specific output that we'll
generate in optname(), let's add some. That output was added back in
4a59fd13122 (Add a simple option parser., 2007-10-15).

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0040-parse-options.sh