t5319: replace 'touch -m' with 'test-tool chmtime'
authorDerrick Stolee <redacted>
Wed, 1 Apr 2020 21:00:43 +0000 (21:00 +0000)
committerJunio C Hamano <redacted>
Wed, 1 Apr 2020 21:37:50 +0000 (14:37 -0700)
commite892a56845dfc806e384574884175dea964b359c
tree3ba896753e2f3ad835375b3f35940fa1a8746387
parent3612c2334af8b70137a2d3f5497b1b6f4e9762a2
t5319: replace 'touch -m' with 'test-tool chmtime'

The use of 'touch -m' to modify a file's mtime is slightly less
portable than using our own 'test-tool chmtime'. The important
thing is that these pack-files are ordered in a special way to
ensure the multi-pack-index selects some as the "newer" pack-files
when resolving duplicate objects.

Reported-by: Jeff King <redacted>
Signed-off-by: Derrick Stolee <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t5319-multi-pack-index.sh
git clone https://git.99rst.org/PROJECT