Revision 7596fe952d92f06375b1ef9fcde1b03c97d23983 authored by Ævar Arnfjörð Bjarmason on 15 June 2022, 10:36:32 UTC, committed by Junio C Hamano on 15 June 2022, 18:49:52 UTC
Add and use a LIBCURL prerequisite for tests added in
6dcbdc0d661 (remote: create fetch.credentialsInUrl config,
2022-06-06).

These tests would get as far as emitting a couple of the warnings we
were testing for, but would then die as we had no "git-remote-https"
program compiled.

It would be more consistent with other prerequisites (e.g. PERL for
NO_PERL) to name this "CURL", but since e9184b0789a (t5561: skip tests
if curl is not available, 2018-04-03) we've had that prerequisite
defined for checking of we have the curl(1) program.

The existing "CURL" prerequisite is only used in one place, and we
should probably name it "CURL_PROGRAM", then rename "LIBCURL" to
"CURL" as a follow-up, but for now (pre-v2.37.0) let's aim for the
most minimal fix possible.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 1f8496c
History
File Mode Size
.gitignore -rw-r--r-- 30 bytes
README.md -rw-r--r-- 13.9 KB
TEAMS -rw-r--r-- 2.7 KB
bg.po -rw-r--r-- 1004.3 KB
ca.po -rw-r--r-- 806.4 KB
de.po -rw-r--r-- 802.9 KB
el.po -rw-r--r-- 524.1 KB
es.po -rw-r--r-- 778.4 KB
fr.po -rw-r--r-- 826.4 KB
id.po -rw-r--r-- 706.1 KB
is.po -rw-r--r-- 3.3 KB
it.po -rw-r--r-- 773.6 KB
ko.po -rw-r--r-- 557.5 KB
pl.po -rw-r--r-- 803.7 KB
pt_PT.po -rw-r--r-- 729.6 KB
ru.po -rw-r--r-- 785.6 KB
sv.po -rw-r--r-- 865.9 KB
tr.po -rw-r--r-- 788.8 KB
vi.po -rw-r--r-- 858.8 KB
zh_CN.po -rw-r--r-- 742.8 KB
zh_TW.po -rw-r--r-- 777.1 KB

README.md

back to top