diff options
author | Junio C Hamano <junkio@cox.net> | 2007-03-21 22:11:35 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-22 01:00:12 -0700 |
commit | 7054b6089d413f3d466491f1e6e8f565f4aff031 (patch) | |
tree | 78f9da3483a5f676ab5e2b622533a970e719587b /t/t6002-rev-list-bisect.sh | |
parent | 1d848f643cd8ba86044d729d08d6866425c1539e (diff) | |
download | git-7054b6089d413f3d466491f1e6e8f565f4aff031.tar.gz |
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-x | t/t6002-rev-list-bisect.sh | 2 |
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 |