t9903: remove redundant tests
commitf3bd62d02ff189c42d404f9a0b347499e016cc23
authorEduardo R. D'Avila <erdavila@gmail.com>
Wed, 26 Jun 2013 03:05:15 +0000 (26 00:05 -0300)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Jun 2013 20:03:01 +0000 (26 13:03 -0700)
treef6de312836daa2064bd071d61d17eca2481dc150
parent7fe9031920be5c98a7e58eea6be34442390392ec
t9903: remove redundant tests

After refactoring __git_ps1_colorize_gitstring, codepaths for bash and zsh
became mostly common and tests for bash and zsh became redundant.

Remove tests for zsh. Keep one minimal test that stress the difference
in codepaths for bash and zsh.

Suggested-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Eduardo R. D'Avila <erdavila@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9903-bash-prompt.sh