X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7001-mv.sh;h=344033249cc1ea3f7066d4d6007ade6cc1a2c5de;hb=28a94f885a735e7474357698ec384de24d526620;hp=ae597e80dd917001add9f3608490a0067aa1a1a3;hpb=74d20040cafdced657efbf49795183d209a3a07b;p=git.git diff --git a/t/t7001-mv.sh b/t/t7001-mv.sh index ae597e80d..344033249 100755 --- a/t/t7001-mv.sh +++ b/t/t7001-mv.sh @@ -88,7 +88,7 @@ test_expect_success \ test_expect_success "Michael Cassar's test case" ' rm -fr .git papers partA && - git_init_db && + git init && mkdir -p papers/unsorted papers/all-papers partA && echo a > papers/unsorted/Thesis.pdf && echo b > partA/outline.txt && @@ -109,7 +109,7 @@ rm -fr papers partA path? test_expect_success "Sergey Vlasov's test case" ' rm -fr .git && - git_init_db && + git init && mkdir ab && date >ab.c && date >ab/d &&