X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4116-apply-reverse.sh;h=aa2c869e0e7ffcfba2e4349cf5af0e2badcb5516;hb=9e64d109f905afb225f48409c4e0e068b2203332;hp=74f5c2a5755c8d29045498031c0bc3721a00b9c7;hpb=69de8cc8527dc45a7aef76e8f1ace45b509b3712;p=git.git diff --git a/t/t4116-apply-reverse.sh b/t/t4116-apply-reverse.sh index 74f5c2a57..aa2c869e0 100755 --- a/t/t4116-apply-reverse.sh +++ b/t/t4116-apply-reverse.sh @@ -50,12 +50,12 @@ test_expect_success 'setup separate repository lacking postimage' ' git tar-tree initial initial | tar xf - && ( - cd initial && git init-db && git add . + cd initial && git init && git add . ) && git tar-tree second second | tar xf - && ( - cd second && git init-db && git add . + cd second && git init && git add . ) '