]> git.ipfire.org Git - thirdparty/git.git/commit
t4200: parameterize "rerere gc" custom expiry test
authorJunio C Hamano <gitster@pobox.com>
Tue, 22 Aug 2017 21:25:09 +0000 (14:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Aug 2017 21:51:02 +0000 (14:51 -0700)
commite579aaa64d8a24013de6cdd3fb3028e25d9a0917
tree088f9dc6f7e637943b0d92d9e9608477bc1394cf
parent1ad8b47354979515cfd1a50035208b1185f99f9c
t4200: parameterize "rerere gc" custom expiry test

The test creates a rerere database entry that is two days old, and
tries to expire with three different custom expiry configuration
(keep ones less than 5 days old, keep ones used less than 5 days
ago, and expire everything right now).

We'll be introducing a different way to spell the same "5 days" and
"right now" parameter in a later step; parameterize the test to make
it easier to test the new spelling when it happens.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4200-rerere.sh