mirror of
https://github.com/git/git.git
synced 2024-11-18 23:03:56 +01:00
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 <junkio@cox.net>
This commit is contained in:
parent
1d848f643c
commit
7054b6089d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user