t9903: add tests for bash.showUntrackedFiles
authorMartin Erik Werner <martinerikwerner@gmail.com>
Wed, 13 Feb 2013 20:58:18 +0000 (21:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Feb 2013 21:54:58 +0000 (13:54 -0800)
commit58978e822c5a6bacba19641626e1907139f5d99b
treec3ffb8f1956abf60a5fae6a80b85f26ff9ee9f9d
parent66cb5d4420e6a25d0e9a325a2cf3a3a1acc37449
t9903: add tests for bash.showUntrackedFiles

Add 4 tests for the bash.showUntrackedFiles config option, covering
all combinations of the shell var being set/unset and the config
option being enabled/disabled (the other 2 cases, missing config
with and without shell variable, are already covered by existing
tests).

Signed-off-by: Martin Erik Werner <martinerikwerner@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9903-bash-prompt.sh