From: Junio C Hamano Date: Thu, 22 Mar 2007 05:11:35 +0000 (-0700) Subject: t6002: minor spelling fix. X-Git-Tag: v1.5.2-rc0~94^2~6 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=7054b6089d413f3d466491f1e6e8f565f4aff031;p=git.git 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 --- diff --git a/t/t6002-rev-list-bisect.sh b/t/t6002-rev-list-bisect.sh index 7831e3461..fcb330276 100755 --- 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' <