Jonathan Nieder wrote:

> +++ w/t/t7502-commit.sh
[...]
> +             # Please enter the commit message for your changes. Lines 
> starting
> +             # with '\''#'\'' will be kept; you may remove them yourself if 
> you want to.
> +             # An empty message aborts the commit.
> +             #
> +             # Author:    A U Thor <aut...@example.com>
> +             #
> +             EOF
> +             git commit -a --dry-run
> +     } >expect &&
> +     git commit --cleanup=verbatim -t template -a &&
> -     git cat-file -p HEAD |sed -e "1,/^\$/d" |head -n 3 >actual &&
> +     git cat-file -p HEAD |sed -e "1,/^\$/d" >actual &&
>       test_cmp expect actual

Quick correction: this would use test_i18ncmp instead of test_cmp if
it ends up being a good idea.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to