mbox series

[0/2] make "is_hidden" even more robust

Message ID 20200409201129.82608-1-gitster@pobox.com (mailing list archive)
Headers show
Series make "is_hidden" even more robust | expand

Message

Junio C Hamano April 9, 2020, 8:11 p.m. UTC
Here are two patches on top of "mingw: make is_hidden tests in
t0001/t5611 more robust" from yesterday to clean up the code by
consolidating two copies and make it harder to misuse.

Junio C Hamano (2):
  mingw: refactor test_path_is_hidden out to t/test-lib-functions.sh
  t: protect against use of test_path_is_hidden outside MINGW

 t/t0001-init.sh         | 13 +++----------
 t/t5611-clone-config.sh | 13 +++----------
 t/test-lib-functions.sh | 14 ++++++++++++++
 3 files changed, 20 insertions(+), 20 deletions(-)