Merge branch 'bc/bisect-test-use-shell-path'
* bc/bisect-test-use-shell-path: t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare sh
This commit is contained in:
@ -732,7 +732,7 @@ test_expect_success 'bisect: demonstrate identification of damage boundary' "
|
|||||||
git bisect reset &&
|
git bisect reset &&
|
||||||
git checkout broken &&
|
git checkout broken &&
|
||||||
git bisect start broken master --no-checkout &&
|
git bisect start broken master --no-checkout &&
|
||||||
git bisect run sh -c '
|
git bisect run \"\$SHELL_PATH\" -c '
|
||||||
GOOD=\$(git for-each-ref \"--format=%(objectname)\" refs/bisect/good-*) &&
|
GOOD=\$(git for-each-ref \"--format=%(objectname)\" refs/bisect/good-*) &&
|
||||||
git rev-list --objects BISECT_HEAD --not \$GOOD >tmp.\$\$ &&
|
git rev-list --objects BISECT_HEAD --not \$GOOD >tmp.\$\$ &&
|
||||||
git pack-objects --stdout >/dev/null < tmp.\$\$
|
git pack-objects --stdout >/dev/null < tmp.\$\$
|
||||||
|
Reference in New Issue
Block a user