diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-03-31 16:31:17 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-31 16:31:17 -0700 |
commit | ad4d8911f8d680ea3948760ba025351ff031736d (patch) | |
tree | e16a677e0de94afb000d2d56f2a80c0d219b47c7 /t/test-lib.sh | |
parent | Merge branch 'wt/doc-submodule-name-path-confusion-2' (diff) | |
parent | t0001: drop subshells just for "cd" (diff) | |
download | tgif-ad4d8911f8d680ea3948760ba025351ff031736d.tar.xz |
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
Diffstat (limited to 't/test-lib.sh')
-rw-r--r-- | t/test-lib.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh index 87f327ff8b..c081668dfe 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -655,7 +655,6 @@ else # normal case, use ../bin-wrappers only unless $with_dashes: fi fi GIT_TEMPLATE_DIR="$GIT_BUILD_DIR"/templates/blt -unset GIT_CONFIG GIT_CONFIG_NOSYSTEM=1 GIT_ATTR_NOSYSTEM=1 export PATH GIT_EXEC_PATH GIT_TEMPLATE_DIR GIT_CONFIG_NOSYSTEM GIT_ATTR_NOSYSTEM |