Skip to content

Commit 7054b60

Browse files
author
Junio C Hamano
committed
t6002: minor spelling fix.
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 <[email protected]>
1 parent 1d848f6 commit 7054b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t6002-rev-list-bisect.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ test_sequence()
163163
# the bisection point is the head - this is the bad point.
164164
#
165165

166-
test_output_expect_success "--bisect l5 ^root" 'git-rev-list $_bisect_option l5 ^root' <<EOF
166+
test_output_expect_success "$_bisect_option l5 ^root" 'git-rev-list $_bisect_option l5 ^root' <<EOF
167167
c3
168168
EOF
169169

0 commit comments

Comments
 (0)