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
@ -288,12 +288,12 @@ test_expect_success 'able to dcommit to a subdirectory' '
|
||||
|
||||
test_expect_success 'dcommit should not fail with a touched file' '
|
||||
test_commit "commit-new-file-foo2" foo2 &&
|
||||
test-chmtime =-60 foo &&
|
||||
test-tool chmtime =-60 foo &&
|
||||
git svn dcommit
|
||||
'
|
||||
|
||||
test_expect_success 'rebase should not fail with a touched file' '
|
||||
test-chmtime =-60 foo &&
|
||||
test-tool chmtime =-60 foo &&
|
||||
git svn rebase
|
||||
'
|
||||
|
||||
|
Reference in New Issue
Block a user