Merge branch 'jk/tests-cleanup'
commitad4d8911f8d680ea3948760ba025351ff031736d
authorJunio C Hamano <gitster@pobox.com>
Mon, 31 Mar 2014 23:31:17 +0000 (31 16:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Mar 2014 23:31:17 +0000 (31 16:31 -0700)
treee16a677e0de94afb000d2d56f2a80c0d219b47c7
parent00d4ff1a69883e24b095f45251d99143b5bc0320
parent410c3428ed42bc0978e2917236e95cd5f860864f
Merge branch 'jk/tests-cleanup'

* jk/tests-cleanup:
  t0001: drop subshells just for "cd"
  t0001: drop useless subshells
  t0001: use test_must_fail
  t0001: use test_config_global
  t0001: use test_path_is_*
  t0001: make symlink reinit test more careful
  t: prefer "git config --file" to GIT_CONFIG
  t: prefer "git config --file" to GIT_CONFIG with test_must_fail
  t: stop using GIT_CONFIG to cross repo boundaries
  t: drop useless sane_unset GIT_* calls
  t/test-lib: drop redundant unset of GIT_CONFIG
  t/Makefile: stop setting GIT_CONFIG
t/t1300-repo-config.sh
t/test-lib.sh