Skip to content

Commit 8e96945

Browse files
committed
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
2 parents 80ade02 + 381f0d3 commit 8e96945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t6030-bisect-porcelain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ test_expect_success 'bisect: demonstrate identification of damage boundary' "
732732
git bisect reset &&
733733
git checkout broken &&
734734
git bisect start broken master --no-checkout &&
735-
git bisect run sh -c '
735+
git bisect run \"\$SHELL_PATH\" -c '
736736
GOOD=\$(git for-each-ref \"--format=%(objectname)\" refs/bisect/good-*) &&
737737
git rev-list --objects BISECT_HEAD --not \$GOOD >tmp.\$\$ &&
738738
git pack-objects --stdout >/dev/null < tmp.\$\$

0 commit comments

Comments
 (0)