Skip to content

Commit

Permalink
fixup! t0211: demonstrate missing 'def_param' events for certain comm…
Browse files Browse the repository at this point in the history
…ands
  • Loading branch information
dscho committed Mar 3, 2024
1 parent aae7007 commit 85cee75
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions t/t0211-trace2-perf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,10 @@ test_expect_success 'expect def_params for remote-curl and _run_dashed_' '
test_config_global "cfg.prop.foo" "red" &&
ENV_PROP_FOO=blue \
test_might_fail env \
ENV_PROP_FOO=blue \
GIT_TRACE2_PERF="$(pwd)/prop.perf" \
test_might_fail \
git remote-http x y &&
git remote-http x y &&
perl "$TEST_DIRECTORY/t0211/scrub_perf.perl" <prop.perf >actual &&
Expand All @@ -368,10 +368,10 @@ test_expect_success 'expect def_params for http-fetch and _run_dashed_' '
test_config_global "cfg.prop.foo" "red" &&
ENV_PROP_FOO=blue \
test_might_fail env \
ENV_PROP_FOO=blue \
GIT_TRACE2_PERF="$(pwd)/prop.perf" \
test_might_fail \
git http-fetch --stdin file:/// <<-EOF &&
git http-fetch --stdin file:/// <<-EOF &&
EOF
perl "$TEST_DIRECTORY/t0211/scrub_perf.perl" <prop.perf >actual &&
Expand Down

0 comments on commit 85cee75

Please sign in to comment.