File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -344,10 +344,10 @@ test_expect_success 'expect def_params for remote-curl and _run_dashed_' '
344344
345345 test_config_global "cfg.prop.foo" "red" &&
346346
347- ENV_PROP_FOO=blue \
347+ test_might_fail env \
348+ ENV_PROP_FOO=blue \
348349 GIT_TRACE2_PERF="$(pwd)/prop.perf" \
349- test_might_fail \
350- git remote-http x y &&
350+ git remote-http x y &&
351351
352352 perl "$TEST_DIRECTORY/t0211/scrub_perf.perl" <prop.perf >actual &&
353353
@@ -368,10 +368,10 @@ test_expect_success 'expect def_params for http-fetch and _run_dashed_' '
368368
369369 test_config_global "cfg.prop.foo" "red" &&
370370
371- ENV_PROP_FOO=blue \
371+ test_might_fail env \
372+ ENV_PROP_FOO=blue \
372373 GIT_TRACE2_PERF="$(pwd)/prop.perf" \
373- test_might_fail \
374- git http-fetch --stdin file:/// <<-EOF &&
374+ git http-fetch --stdin file:/// <<-EOF &&
375375 EOF
376376
377377 perl "$TEST_DIRECTORY/t0211/scrub_perf.perl" <prop.perf >actual &&
You can’t perform that action at this time.
0 commit comments