File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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.*" &&
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments