Re: [PATCH 0/3] nd/shared-index-fix updates

2018-01-24 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > This makes the new test need both prerequisites SANITY and POSIXPERM > instead of just SANITY (on 'pu'). This is how most other tests do it > so we do the same to be safe. > > Nguyễn Thái Ngọc Duy (3): > read-cache.c: change type of "temp" in write_shared_index(

[PATCH 0/3] nd/shared-index-fix updates

2018-01-24 Thread Nguyễn Thái Ngọc Duy
This makes the new test need both prerequisites SANITY and POSIXPERM instead of just SANITY (on 'pu'). This is how most other tests do it so we do the same to be safe. Nguyễn Thái Ngọc Duy (3): read-cache.c: change type of "temp" in write_shared_index() read-cache.c: move tempfile creation/cl