diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2008-02-07 06:23:46 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-06 22:48:07 -0800 |
commit | 09bc098c2db106469f79eae5e4f6a3bc09c0db12 (patch) | |
tree | 58300b15d58b01617aae5e50e3a9753336851b30 /t/t3050-subprojects-fetch.sh | |
parent | Improve bash prompt to detect various states like an unfinished merge (diff) | |
download | tgif-09bc098c2db106469f79eae5e4f6a3bc09c0db12.tar.xz |
config: add test cases for empty value and no value config variables.
The tests in 't1300-repo-config.sh' did not check what happens when
an empty value like the following is used in the config file:
[emptyvalue]
variable =
Also it was not checked that a variable with no value like the
following:
[novalue]
variable
gives a boolean "true" value, while an ampty value gives a boolean
"false" value.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3050-subprojects-fetch.sh')
0 files changed, 0 insertions, 0 deletions