Merge branch 'rh/prompt-tests' into pu
commit8bf3a34532e1c5b662db584cf4ace8055d9de177
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Aug 2014 21:09:00 +0000 (25 14:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Aug 2014 21:09:00 +0000 (25 14:09 -0700)
tree6445e3499a24085061561746bb59a96bb6be0505
parentaf58873c6a99c288affc73c6950579aca371f346
parent25399f148561832438ad8f8c815d936ace95611a
Merge branch 'rh/prompt-tests' into pu

to be broken with older zsh that are still in the field ($gmane/251231).

* rh/prompt-tests:
  t9904: new __git_ps1 tests for Zsh
  test-lib: make it possible to override how test code is eval'd
  lib-prompt-tests.sh: add variable for string that encodes percent in PS1
  lib-prompt-tests.sh: put all tests inside a function
  t9903: move prompt tests to a new lib-prompt-tests.sh file
  t9903: move PS1 color code variable definitions to lib-bash.sh
  t9903: include "Bash" in test names via new $shellname var
  t9903: run pc mode tests again with PS1 expansion disabled
  t9903: move test name prefix to a separate variable
  t9903: put the Bash pc mode prompt test cases in a function
  t9903: remove Zsh test from the suite of Bash prompt tests
t/test-lib.sh