t/helper: merge test-chmtime into test-tool
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
efd71f8913
commit
0e496492d2
@ -73,7 +73,7 @@ for repack in '' true; do
|
||||
|
||||
test_expect_success "simulate time passing ($title)" '
|
||||
find .git/objects -type f |
|
||||
xargs test-chmtime -v -86400
|
||||
xargs test-tool chmtime -v -86400
|
||||
'
|
||||
|
||||
test_expect_success "start writing new commit with old blob ($title)" '
|
||||
@ -104,7 +104,7 @@ for repack in '' true; do
|
||||
test_expect_success "abandon objects again ($title)" '
|
||||
git reset --hard HEAD^ &&
|
||||
find .git/objects -type f |
|
||||
xargs test-chmtime -v -86400
|
||||
xargs test-tool chmtime -v -86400
|
||||
'
|
||||
|
||||
test_expect_success "start writing new commit with same tree ($title)" '
|
||||
|
Reference in New Issue
Block a user