File tree 2 files changed +5
-3
lines changed
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' '
337
337
# remote-curl.c rather than git.c. Confirm that we get def_param
338
338
# events from both layers.
339
339
#
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_' '
341
342
test_when_finished "rm prop.perf actual" &&
342
343
343
344
test_config_global "trace2.configParams" "cfg.prop.*" &&
@@ -366,7 +367,8 @@ test_expect_success 'expect def_params for remote-curl and _run_dashed_' '
366
367
# an executable built from http-fetch.c. Confirm that we get
367
368
# def_param events from both layers.
368
369
#
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_' '
370
372
test_when_finished "rm prop.perf actual" &&
371
373
372
374
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' '
98
98
nongit git stripspace -s </dev/null
99
99
'
100
100
101
- test_expect_success ' remote-http outside repository' '
101
+ test_expect_success LIBCURL ' remote-http outside repository' '
102
102
test_must_fail git remote-http 2>actual &&
103
103
test_grep "^error: remote-curl" actual &&
104
104
(
You can’t perform that action at this time.
0 commit comments