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_' '
344
344
345
345
test_config_global "cfg.prop.foo" "red" &&
346
346
347
- ENV_PROP_FOO=blue \
347
+ test_might_fail env \
348
+ ENV_PROP_FOO=blue \
348
349
GIT_TRACE2_PERF="$(pwd)/prop.perf" \
349
- test_might_fail \
350
- git remote-http x y &&
350
+ git remote-http x y &&
351
351
352
352
perl "$TEST_DIRECTORY/t0211/scrub_perf.perl" <prop.perf >actual &&
353
353
@@ -368,10 +368,10 @@ test_expect_success 'expect def_params for http-fetch and _run_dashed_' '
368
368
369
369
test_config_global "cfg.prop.foo" "red" &&
370
370
371
- ENV_PROP_FOO=blue \
371
+ test_might_fail env \
372
+ ENV_PROP_FOO=blue \
372
373
GIT_TRACE2_PERF="$(pwd)/prop.perf" \
373
- test_might_fail \
374
- git http-fetch --stdin file:/// <<-EOF &&
374
+ git http-fetch --stdin file:/// <<-EOF &&
375
375
EOF
376
376
377
377
perl "$TEST_DIRECTORY/t0211/scrub_perf.perl" <prop.perf >actual &&
You can’t perform that action at this time.
0 commit comments