We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80ade02 + 381f0d3 commit 8e96945Copy full SHA for 8e96945
t/t6030-bisect-porcelain.sh
@@ -732,7 +732,7 @@ test_expect_success 'bisect: demonstrate identification of damage boundary' "
732
git bisect reset &&
733
git checkout broken &&
734
git bisect start broken master --no-checkout &&
735
- git bisect run sh -c '
+ git bisect run \"\$SHELL_PATH\" -c '
736
GOOD=\$(git for-each-ref \"--format=%(objectname)\" refs/bisect/good-*) &&
737
git rev-list --objects BISECT_HEAD --not \$GOOD >tmp.\$\$ &&
738
git pack-objects --stdout >/dev/null < tmp.\$\$
0 commit comments