]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5574-fetch-output.sh
fetch: add a test to exercise invalid output formats
authorPatrick Steinhardt <ps@pks.im>
Wed, 10 May 2023 12:34:11 +0000 (14:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 May 2023 17:35:24 +0000 (10:35 -0700)
commit3daf6558eddd2841b2eeedf1f2356cb89c7c8425
tree262335d12b1a295a4f66312e992d58691484f5ed
parent2c5691d6cff083ebbd9207d1b518998d448f73f9
fetch: add a test to exercise invalid output formats

Add a testcase that exercises the logic when an invalid output format is
passed via the `fetch.output` configuration.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5574-fetch-output.sh