Skip to content

Commit

Permalink
t6002: minor spelling fix.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Mar 22, 2007
1 parent 1d848f6 commit 7054b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t6002-rev-list-bisect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7054b60

Please sign in to comment.