diff options
author | Antoine Delaite <antoine.delaite@ensimag.grenoble-inp.fr> | 2015-06-23 14:54:40 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-06-23 20:41:56 +0200 |
commit | f6216c2c5c113bc6b1ed008c5ed01062042382e1 (patch) | |
tree | 6a942e3e8a1b3bf42a9cc8e26739da7e45089cd5 /t/t6030-bisect-porcelain.sh | |
parent | git-multimail: update to release 1.1.0 (diff) | |
download | git-f6216c2c5c113bc6b1ed008c5ed01062042382e1.tar.xz git-f6216c2c5c113bc6b1ed008c5ed01062042382e1.zip |
bisect: correction of typo
Signed-off-by: Antoine Delaite <antoine.delaite@ensimag.grenoble-inp.fr>
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t6030-bisect-porcelain.sh')
-rwxr-xr-x | t/t6030-bisect-porcelain.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6030-bisect-porcelain.sh b/t/t6030-bisect-porcelain.sh index 06b4868109..9e2c203747 100755 --- a/t/t6030-bisect-porcelain.sh +++ b/t/t6030-bisect-porcelain.sh @@ -362,7 +362,7 @@ test_expect_success 'bisect starting with a detached HEAD' ' test_expect_success 'bisect errors out if bad and good are mistaken' ' git bisect reset && test_must_fail git bisect start $HASH2 $HASH4 2> rev_list_error && - grep "mistake good and bad" rev_list_error && + grep "mistook good and bad" rev_list_error && git bisect reset ' |