Signed-off-by: Michael Witten <mfwitten@xxxxxxxxx> --- t/t8001-annotate.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/t8001-annotate.sh b/t/t8001-annotate.sh index 45cb60e..68ac828 100755 --- a/t/t8001-annotate.sh +++ b/t/t8001-annotate.sh @@ -8,7 +8,7 @@ PROG='git annotate' test_expect_success \ 'Annotating an old revision works' \ - '[ $(git annotate file master | awk "{print \$3}" | grep -c "^A$") -eq 2 ] && \ + '[ $(git annotate file master | awk "{print \$3}" | grep -c "^A$") -eq 2 ] && [ $(git annotate file master | awk "{print \$3}" | grep -c "^B$") -eq 2 ]' -- 1.7.4.18.g68fe8 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html