aboutsummaryrefslogtreecommitdiff
path: root/t/t6030-bisect-porcelain.sh
diff options
context:
space:
mode:
authorThiago Farina <tfransosi@gmail.com>2010-01-03 11:20:30 -0500
committerJunio C Hamano <gitster@pobox.com>2010-01-03 16:17:03 -0800
commitbd757c18597789d4f01cbd2ffc7c1f55e90cfcd0 (patch)
tree45b5546f930e9f3836637f996bb3d4c39ca80e9f /t/t6030-bisect-porcelain.sh
parentb7fcb582e53cf2b3600263afa08cf4dce49a13f7 (diff)
downloadgit-bd757c18597789d4f01cbd2ffc7c1f55e90cfcd0.tar.gz
git-bd757c18597789d4f01cbd2ffc7c1f55e90cfcd0.tar.xz
Use warning function instead of fprintf(stderr, "Warning: ...").
Signed-off-by: Thiago Farina <tfransosi@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t6030-bisect-porcelain.sh')
-rwxr-xr-xt/t6030-bisect-porcelain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6030-bisect-porcelain.sh b/t/t6030-bisect-porcelain.sh
index def397c53..c51865fdb 100755
--- a/t/t6030-bisect-porcelain.sh
+++ b/t/t6030-bisect-porcelain.sh
@@ -423,7 +423,7 @@ test_expect_success 'skipped merge base when good and bad are siblings' '
grep "merge base must be tested" my_bisect_log.txt &&
grep $HASH4 my_bisect_log.txt &&
git bisect skip > my_bisect_log.txt 2>&1 &&
- grep "Warning" my_bisect_log.txt &&
+ grep "warning" my_bisect_log.txt &&
grep $SIDE_HASH6 my_bisect_log.txt &&
git bisect reset
'