Nguyễn Thái Ngọc Duy  <pclo...@gmail.com> writes:

(Only nitpicks during this round of review).

> diff --git a/t/t1501-worktree.sh b/t/t1501-worktree.sh
> index 8f36aa9..d8bdaf4 100755
> --- a/t/t1501-worktree.sh
> +++ b/t/t1501-worktree.sh
> @@ -346,4 +346,80 @@ test_expect_success 'relative $GIT_WORK_TREE and git 
> subprocesses' '
>       test_cmp expected actual
>  '
>  
> +test_expect_success 'Multi-worktree setup' '
> +     mkdir work &&
> +     mkdir -p repo.git/repos/foo &&
> +     cp repo.git/HEAD repo.git/index repo.git/repos/foo &&
> +     unset GIT_DIR GIT_CONFIG GIT_WORK_TREE

Are these known to be set always when we get to this point?
Otherwise please use sane_unset.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to