summaryrefslogtreecommitdiff
path: root/t/t6403-merge-file.sh
diff options
context:
space:
mode:
authorLibravatar Martin Ågren <martin.agren@gmail.com>2021-01-03 10:36:46 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-01-04 11:31:24 -0800
commitb832abb63dfb54925a52f48b85e3021116d331e8 (patch)
treee96287869c4038c82afa5d47570c224168bdd051 /t/t6403-merge-file.sh
parentGit 2.30 (diff)
downloadtgif-b832abb63dfb54925a52f48b85e3021116d331e8.tar.xz
t1300: remove duplicate test for `--file ../foo`
We have two tests for checking that we can handle `git config --file ../other-config ...`. One, using `--file`, was introduced in 65807ee697 ("builtin-config: Fix crash when using "-f <relative path>" from non-root dir", 2010-01-26), then another, using `GIT_CONFIG`, came about in 270a34438b ("config: stop using config_exclusive_filename", 2012-02-16). The latter of these was then converted to use `--file` in f7e8714101 ("t: prefer "git config --file" to GIT_CONFIG", 2014-03-20). Both where then simplified in a5db0b77b9 ("t1300: extract and use test_cmp_config()", 2018-10-21). These two tests differ slightly in the order of the options used, but other than that, they are identical. Let's drop one. As noted in f7e8714101, we do still have a test for `GIT_CONFIG` and it shares the implementation with `--file`. Signed-off-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t6403-merge-file.sh')
0 files changed, 0 insertions, 0 deletions