rebase: fix documentation formatting
[gitweb.git] / t / t3501-revert-cherry-pick.sh
index 783bdbf59db07ebf2afac83165d31b86fd6b95db..ccbc11851497a10c74dcdaba1ed7238aa6b409f7 100755 (executable)
@@ -86,7 +86,7 @@ test_expect_success 'cherry-pick on stat-dirty working tree' '
        (
                cd copy &&
                git checkout initial &&
-               test-chmtime +40 oops &&
+               test-tool chmtime +40 oops &&
                git cherry-pick added
        )
 '