Code

Revert "fix testsuite: make sure they use templates freshly built from the source"
[git.git] / t / t4116-apply-reverse.sh
index a79c77af391bce1a209a793ac8ce75b02023fe2d..74f5c2a5755c8d29045498031c0bc3721a00b9c7 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-db && git add .
        ) &&
 
        git tar-tree second second | tar xf - &&
        (
-               cd second && git_init_db && git add .
+               cd second && git init-db && git add .
        )
 
 '