t6036: prefer test_when_finished to manual cleanup in following test
[gitweb.git] / t / t5516-fetch-push.sh
index 013fb102d27512784d88a51d2b58aa39cf4451c5..3e8940eee5d5793c4b49b02586ab460b355a0f56 100755 (executable)
@@ -1418,7 +1418,7 @@ test_expect_success 'receive.denyCurrentBranch = updateInstead' '
                cd testrepo &&
                git reset --hard HEAD^ &&
                test $(git -C .. rev-parse HEAD^) = $(git rev-parse HEAD) &&
-               test-chmtime +100 path1
+               test-tool chmtime +100 path1
        ) &&
        git push testrepo master &&
        (