Merge branch 'jc/fetch-notags'
[gitweb.git] / t / t4116-apply-reverse.sh
index a79c77af391bce1a209a793ac8ce75b02023fe2d..aa2c869e0e7ffcfba2e4349cf5af0e2badcb5516 100755 (executable)
@@ -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 .
        )
 
 '