git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] t1510-repo-setup.sh: rm useless mkdir
@ 2018-04-15  2:45 qingyunha
  2018-04-16  1:18 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: qingyunha @ 2018-04-15  2:45 UTC (permalink / raw)
  To: git; +Cc: Tao Qingyun

From: Tao Qingyun <845767657@qq.com>

Signed-off-by: Tao Qingyun <845767657@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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-16  1:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-15  2:45 [PATCH] t1510-repo-setup.sh: rm useless mkdir qingyunha
2018-04-16  1:18 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).