From: Martin Ågren Date: Wed, 11 Sep 2024 10:30:59 +0000 (+0200) Subject: t1517: add missing LIBCURL prereq X-Git-Tag: v2.46.2~1^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc542fcd6bb0fb6a85ac52f62c3e2f0849001cc8;p=thirdparty%2Fgit.git t1517: add missing LIBCURL prereq After building Git with NO_LIBCURL, there is no `git remote-http`, so it's not meaningful to test that it can run outside of a repository. Indeed, that test will fail. Add the LIBCURL prereq to it. Signed-off-by: Martin Ågren Signed-off-by: Junio C Hamano --- diff --git a/t/t1517-outside-repo.sh b/t/t1517-outside-repo.sh index 990a036582..342defbb61 100755 --- a/t/t1517-outside-repo.sh +++ b/t/t1517-outside-repo.sh @@ -98,7 +98,7 @@ test_expect_success 'stripspace outside repository' ' nongit git stripspace -s actual && test_grep "^error: remote-curl" actual && (