]> granicus.if.org Git - git/commit
add tests for `git_config_get_string_const()`
authorTanay Abhra <tanayabh@gmail.com>
Thu, 7 Aug 2014 11:59:19 +0000 (04:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Aug 2014 18:41:20 +0000 (11:41 -0700)
commit8a7b034d6d451491dbcfaebc3d4ed4f08c756822
tree350ece59e33dbf8f590605779585e10c1bf15686
parent79e9ce21fa728edef5b7db12710ae24e091b8f9f
add tests for `git_config_get_string_const()`

Add tests for `git_config_get_string_const()`, check whether it
dies printing the line number and the file name if a NULL
value is retrieved for the given key.

Signed-off-by: Tanay Abhra <tanayabh@gmail.com>
Reviewed-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1308-config-set.sh
test-config.c