X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7001-mv.sh;h=344033249cc1ea3f7066d4d6007ade6cc1a2c5de;hb=28a94f885a735e7474357698ec384de24d526620;hp=2f4ff82e149c497d79583f6b431b29d597e4a1ae;hpb=c0b7391bf5dd314523b8c6ea29ffafc8769f2eb1;p=git.git diff --git a/t/t7001-mv.sh b/t/t7001-mv.sh index 2f4ff82e1..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 &&