]> git.ipfire.org Git - thirdparty/git.git/commit - t/t1300-config.sh
t1300: test "git config --get-all" more thoroughly
authorJeff King <peff@peff.net>
Tue, 23 Oct 2012 22:05:49 +0000 (18:05 -0400)
committerJeff King <peff@peff.net>
Wed, 24 Oct 2012 07:36:52 +0000 (03:36 -0400)
commitcb20b69166786210bcad406c192763f90be1639a
treec710db290b5c2aa2f1bf6605c60ca23e9e52b750
parent65ff5301342614cb72639aa8e676e62b77d1165c
t1300: test "git config --get-all" more thoroughly

We check that we can "--get-all" a multi-valued variable,
but we do not actually confirm that the output is sensible.
Doing so reveals that it works fine, but this will help us
ensure we do not have regressions in the next few patches,
which will touch this area.

Signed-off-by: Jeff King <peff@peff.net>
t/t1300-repo-config.sh