# HG changeset patch # User Matt Mackall # Date 2014-12-30 21:51:14 # Node ID 9a02f75179390b109da0b9e2af6a7506c087f762 # Parent f78192115229eed447cd9935e2581c88fe32c434 test-subrepo-git: ignore global git config This was causing a test failure for people with company-wide settings. Still need a way to ignore local config. diff --git a/tests/test-subrepo-git.t b/tests/test-subrepo-git.t --- a/tests/test-subrepo-git.t +++ b/tests/test-subrepo-git.t @@ -10,6 +10,7 @@ make git commits repeatable $ GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"; export GIT_COMMITTER_NAME $ GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"; export GIT_COMMITTER_EMAIL $ GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"; export GIT_COMMITTER_DATE + $ GIT_CONFIG_NOSYSTEM=1; export GIT_CONFIG_NOSYSTEM root hg repo