Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'bc/bisect-test-use-shell-path'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 2 Sep 2011 20:18:37 +0000
(13:18 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 2 Sep 2011 20:18:37 +0000
(13:18 -0700)
* bc/bisect-test-use-shell-path:
t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare sh
t/t6030-bisect-porcelain.sh
patch
|
blob
|
history
raw
(from parent 1:
80ade02
)
diff --git
a/t/t6030-bisect-porcelain.sh
b/t/t6030-bisect-porcelain.sh
index 62125eca8163f1ca52d57959fb872340479b9002..c6f1f9f8ab2353ec81401828f8500cb7c1a869fb 100755
(executable)
--- a/
t/t6030-bisect-porcelain.sh
+++ b/
t/t6030-bisect-porcelain.sh
@@
-732,7
+732,7
@@
test_expect_success 'bisect: demonstrate identification of damage boundary' "
git bisect reset &&
git checkout broken &&
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-*) &&
git rev-list --objects BISECT_HEAD --not \$GOOD >tmp.\$\$ &&
git pack-objects --stdout >/dev/null < tmp.\$\$