Skip to content

Commit 70cb3a7

Browse files
dschojeffhostetler
authored andcommitted
fixup! t0211: demonstrate missing 'def_param' events for certain commands
1 parent aae7007 commit 70cb3a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

t/t0211-trace2-perf.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 &&

0 commit comments

Comments
 (0)