Re: [PATCH 10/10] t9904: new __git_ps1 tests for Zsh

2014-05-29 Thread Thomas Rast
Richard Hansen writes: > These are the same tests as in t9903, but run in zsh instead of bash. > > Signed-off-by: Richard Hansen > --- > t/lib-zsh.sh | 30 ++ > t/t9904-zsh-prompt.sh | 10 ++ > 2 files changed, 40 insertions(+) > create mode 100644

[PATCH 10/10] t9904: new __git_ps1 tests for Zsh

2014-05-27 Thread Richard Hansen
These are the same tests as in t9903, but run in zsh instead of bash. Signed-off-by: Richard Hansen --- t/lib-zsh.sh | 30 ++ t/t9904-zsh-prompt.sh | 10 ++ 2 files changed, 40 insertions(+) create mode 100644 t/lib-zsh.sh create mode 100755 t/t9904