Re: [PATCH] t1510-repo-setup.sh: rm useless mkdir

2018-04-15 Thread Junio C Hamano
qingyu...@foxmail.com writes:

> From: Tao Qingyun <845767...@qq.com>
>
> Signed-off-by: Tao Qingyun <845767...@qq.com>
> ---
>  t/t1510-repo-setup.sh | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/t/t1510-repo-setup.sh b/t/t1510-repo-setup.sh
> index e6854b828..972bd9c78 100755
> --- a/t/t1510-repo-setup.sh
> +++ b/t/t1510-repo-setup.sh
> @@ -238,7 +238,6 @@ test_expect_success '#0: nonbare repo, no explicit 
> configuration' '
>  '
>  
>  test_expect_success '#1: GIT_WORK_TREE without explicit GIT_DIR is accepted' 
> '
> - mkdir -p wt &&
>   try_repo 1 "$here" unset unset "" unset \
>   "$here/1/.git" "$here" "$here" 1/ \
>   "$here/1/.git" "$here" "$here" 1/sub/ 2>message &&

Interesting.  

This was added by 4868b2ea ("setup: officially support --work-tree
without --git-dir", 2011-01-19), together with others like 9/wt that
do get used.  I am not sure if the old codebase needed this directory
created and over time we lost the need for it, or what.


[PATCH] t1510-repo-setup.sh: rm useless mkdir

2018-04-14 Thread qingyunha
From: Tao Qingyun <845767...@qq.com>

Signed-off-by: Tao Qingyun <845767...@qq.com>
---
 t/t1510-repo-setup.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/t/t1510-repo-setup.sh b/t/t1510-repo-setup.sh
index e6854b828..972bd9c78 100755
--- a/t/t1510-repo-setup.sh
+++ b/t/t1510-repo-setup.sh
@@ -238,7 +238,6 @@ test_expect_success '#0: nonbare repo, no explicit 
configuration' '
 '
 
 test_expect_success '#1: GIT_WORK_TREE without explicit GIT_DIR is accepted' '
-   mkdir -p wt &&
try_repo 1 "$here" unset unset "" unset \
"$here/1/.git" "$here" "$here" 1/ \
"$here/1/.git" "$here" "$here" 1/sub/ 2>message &&
-- 
2.16.2