Merge branch 'jk/test-shell-trace'
commitf9a2fd36169f04f65a71269b9eef47bfe98e8c8f
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 Oct 2014 19:23:40 +0000 (20 12:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Oct 2014 19:23:40 +0000 (20 12:23 -0700)
tree09c4bfc9383a96f8d148f215650573e6027fc9d1
parent6459cf8cdf6b745048fe63622677a567c16e0102
parenta136f6d8ff290ab486c85cd12d1a9a47d53b432d
Merge branch 'jk/test-shell-trace'

Test scripts were taught to notice "-x" option to show shell trace,
as if the tests were run under "sh -x".

* jk/test-shell-trace:
  test-lib.sh: support -x option for shell-tracing
  t5304: use helper to report failure of "test foo = bar"
  t5304: use test_path_is_* instead of "test -f"