Skip to content

Commit d497bd9

Browse files
committed
Merge branch 'ma/test-libcurl-prereq' into maint-2.46
Test portability fix. * ma/test-libcurl-prereq: t0211: add missing LIBCURL prereq t1517: add missing LIBCURL prereq
2 parents 52c1a73 + 86b93bd commit d497bd9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

t/t0211-trace2-perf.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@ test_expect_success 'expect def_params for query command' '
337337
# remote-curl.c rather than git.c. Confirm that we get def_param
338338
# events from both layers.
339339
#
340-
test_expect_success 'expect def_params for remote-curl and _run_dashed_' '
340+
test_expect_success LIBCURL \
341+
'expect def_params for remote-curl and _run_dashed_' '
341342
test_when_finished "rm prop.perf actual" &&
342343
343344
test_config_global "trace2.configParams" "cfg.prop.*" &&
@@ -366,7 +367,8 @@ test_expect_success 'expect def_params for remote-curl and _run_dashed_' '
366367
# an executable built from http-fetch.c. Confirm that we get
367368
# def_param events from both layers.
368369
#
369-
test_expect_success 'expect def_params for http-fetch and _run_dashed_' '
370+
test_expect_success LIBCURL \
371+
'expect def_params for http-fetch and _run_dashed_' '
370372
test_when_finished "rm prop.perf actual" &&
371373
372374
test_config_global "trace2.configParams" "cfg.prop.*" &&

t/t1517-outside-repo.sh

+1-1
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)