From b6138273188e300dee4d309d2342384ca9eeb186 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 11 Jul 2008 02:12:03 +0200 Subject: [PATCH] t0001-init.sh: change confusing directory name using git-init as directory name confused 'make remove-dashes', so just drop the 'git-' prefix. Signed-off-by: Miklos Vajna Signed-off-by: Junio C Hamano --- t/t0001-init.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/t0001-init.sh b/t/t0001-init.sh index d31887f9bf..2a38d98cb4 100755 --- a/t/t0001-init.sh +++ b/t/t0001-init.sh @@ -83,11 +83,11 @@ test_expect_success 'init --bare' ' ( unset GIT_DIR GIT_WORK_TREE GIT_CONFIG - mkdir git-init-bare.git && - cd git-init-bare.git && + mkdir init-bare.git && + cd init-bare.git && git init --bare ) && - check_config git-init-bare.git true unset + check_config init-bare.git true unset ' test_expect_success 'GIT_DIR non-bare' ' -- 2.11.4.GIT