projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d848f6
)
t6002: minor spelling fix.
author
Junio C Hamano
<junkio@cox.net>
Thu, 22 Mar 2007 05:11:35 +0000
(22:11 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 22 Mar 2007 08:00:12 +0000
(
01:00
-0700)
The test expects --bisect option can be configured with by setting
$_bisect_option. So let's allow that uniformly.
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t6002-rev-list-bisect.sh
patch
|
blob
|
history
diff --git
a/t/t6002-rev-list-bisect.sh
b/t/t6002-rev-list-bisect.sh
index 7831e3461c3dd7d332db56e9f5828a27009c9460..fcb33027648b8449cba5869cbe808a4e26ff7f2d 100755
(executable)
--- a/
t/t6002-rev-list-bisect.sh
+++ b/
t/t6002-rev-list-bisect.sh
@@
-163,7
+163,7
@@
test_sequence()
# the bisection point is the head - this is the bad point.
#
-test_output_expect_success "
--bisect
l5 ^root" 'git-rev-list $_bisect_option l5 ^root' <<EOF
+test_output_expect_success "
$_bisect_option
l5 ^root" 'git-rev-list $_bisect_option l5 ^root' <<EOF
c3
EOF