t1300: Add tests for git-config --bool --get
commitcab333cb6ac0ac857dcfb112989ea32aea5d0ec1
authorFrank Lichtenheld <frank@lichtenheld.de>
Sun, 20 May 2007 22:12:57 +0000 (21 00:12 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 20 May 2007 23:00:22 +0000 (20 16:00 -0700)
tree048406d38f9548482a9f58d9286e20b43d3b12f5
parent0a76f6652459e4bbf5311347e9bf726e203e86d6
t1300: Add tests for git-config --bool --get

Noticed that there were only tests for --int, but not
for --bool. Add some.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t1300-repo-config.sh