summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2007-03-21 22:11:35 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2007-03-22 01:00:12 -0700
commit7054b6089d413f3d466491f1e6e8f565f4aff031 (patch)
tree78f9da3483a5f676ab5e2b622533a970e719587b
parenttree_entry_interesting(): allow it to say "everything is interesting" (diff)
downloadtgif-7054b6089d413f3d466491f1e6e8f565f4aff031.tar.xz
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>
-rwxr-xr-xt/t6002-rev-list-bisect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6002-rev-list-bisect.sh b/t/t6002-rev-list-bisect.sh
index 7831e3461c..fcb3302764 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' <<EOF
+test_output_expect_success "$_bisect_option l5 ^root" 'git-rev-list $_bisect_option l5 ^root' <<EOF
c3
EOF