'
test_expect_success "simulate time passing ($title)" '
- test-chmtime --get -86400 $(find .git/objects -type f)
+ test-tool chmtime --get -86400 $(find .git/objects -type f)
'
test_expect_success "start writing new commit with old blob ($title)" '
test_expect_success "abandon objects again ($title)" '
git reset --hard HEAD^ &&
- test-chmtime --get -86400 $(find .git/objects -type f)
+ test-tool chmtime --get -86400 $(find .git/objects -type f)
'
test_expect_success "start writing new commit with same tree ($title)" '