Skip to content

Commit dc542fc

Browse files
Martin Ågrengitster
Martin Ågren
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6809f8c commit dc542fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1517-outside-repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ test_expect_success 'stripspace outside repository' '
9898
nongit git stripspace -s </dev/null
9999
'
100100

101-
test_expect_success 'remote-http outside repository' '
101+
test_expect_success LIBCURL 'remote-http outside repository' '
102102
test_must_fail git remote-http 2>actual &&
103103
test_grep "^error: remote-curl" actual &&
104104
(

0 commit comments

Comments
 (0)