From: Christian Couder Date: Thu, 7 Feb 2008 05:23:46 +0000 (+0100) Subject: config: add test cases for empty value and no value config variables. X-Git-Tag: v1.5.4.2~19 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d8e87570c32b190af3991d180f37adb8cf5eb99c?ds=inline;hp=d8e87570c32b190af3991d180f37adb8cf5eb99c 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 Signed-off-by: Junio C Hamano ---