summaryrefslogtreecommitdiff
path: root/t/t6002-rev-list-bisect.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-03-22 05:11:35 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-03-22 08:00:12 (GMT)
commit7054b6089d413f3d466491f1e6e8f565f4aff031 (patch)
tree78f9da3483a5f676ab5e2b622533a970e719587b /t/t6002-rev-list-bisect.sh
parent1d848f643cd8ba86044d729d08d6866425c1539e (diff)
downloadgit-7054b6089d413f3d466491f1e6e8f565f4aff031.zip
git-7054b6089d413f3d466491f1e6e8f565f4aff031.tar.gz
git-7054b6089d413f3d466491f1e6e8f565f4aff031.tar.bz2
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>
Diffstat (limited to 't/t6002-rev-list-bisect.sh')
-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 7831e34..fcb3302 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