t1510-repo-setup.sh: remove useless mkdir
Signed-off-by: Tao Qingyun <845767657@qq.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Tao Qingyun committed
Apr 15, 2018 at 10:45 UTC
adc887221f81c44bb8bcae8202772a47539ffac6
1 file changed
-1
t/t1510-repo-setup.sh
-1
@@ -238,7 +238,6 @@ test_expect_success '#0: nonbare repo, no explicit configuration' '
238
'
239
240
test_expect_success '#1: GIT_WORK_TREE without explicit GIT_DIR is accepted' '
241
- mkdir -p wt &&
241
try_repo 1 "$here" unset unset "" unset \
242
"$here/1/.git" "$here" "$here" 1/ \
243
"$here/1/.git" "$here" "$here" 1/sub/ 2>message &&