From: Junio C Hamano Date: Wed, 25 Apr 2018 04:28:53 +0000 (+0900) Subject: Merge branch 'jk/t5561-missing-curl' X-Git-Tag: v2.18.0-rc0~126 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e6986abb7726cff889d333ffef4c58176a8db4c1?hp=--cc Merge branch 'jk/t5561-missing-curl' Test fixes. * jk/t5561-missing-curl: t5561: skip tests if curl is not available t5561: drop curl stderr redirects --- e6986abb7726cff889d333ffef4c58176a8db4c1 diff --cc t/test-lib.sh index 483c8d6d7c,db91875297..ea2bbaaa7a --- a/t/test-lib.sh +++ b/t/test-lib.sh @@@ -1206,5 -1185,9 +1206,9 @@@ test_lazy_prereq LONG_IS_64BIT test 8 -le "$(build_option sizeof-long)" ' -test_lazy_prereq TIME_IS_64BIT 'test-date is64bit' -test_lazy_prereq TIME_T_IS_64BIT 'test-date time_t-is64bit' +test_lazy_prereq TIME_IS_64BIT 'test-tool date is64bit' +test_lazy_prereq TIME_T_IS_64BIT 'test-tool date time_t-is64bit' + + test_lazy_prereq CURL ' + curl --version + '