mbox series

[0/2] add missing LIBCURL prereq to a few tests

Message ID cover.1726049108.git.martin.agren@gmail.com (mailing list archive)
Headers show
Series add missing LIBCURL prereq to a few tests | expand

Message

Martin Ågren Sept. 11, 2024, 10:30 a.m. UTC
Hi,

I recently had reason to build Git without libcurl. That surfaced two
test scripts that use `git http-fetch` or similar without giving the
LIBCURL prerequisite.

Martin

Martin Ågren (2):
  t1517: add missing LIBCURL prereq
  t0211: add missing LIBCURL prereq

 t/t0211-trace2-perf.sh  | 6 ++++--
 t/t1517-outside-repo.sh | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

Comments

Junio C Hamano Sept. 11, 2024, 3:53 p.m. UTC | #1
Martin Ågren <martin.agren@gmail.com> writes:

> Hi,
>
> I recently had reason to build Git without libcurl. That surfaced two
> test scripts that use `git http-fetch` or similar without giving the
> LIBCURL prerequisite.
>
> Martin
>
> Martin Ågren (2):
>   t1517: add missing LIBCURL prereq
>   t0211: add missing LIBCURL prereq
>
>  t/t0211-trace2-perf.sh  | 6 ++++--
>  t/t1517-outside-repo.sh | 2 +-
>  2 files changed, 5 insertions(+), 3 deletions(-)

Thanks.