Karthik Nayak <karthik....@gmail.com> writes:

> +test_expect_success 'check signed tags with --points-at' '
> +     cat >expect <<-\EOF &&
> +     refs/heads/side
> +     refs/tags/four
> +     refs/tags/signed-tag four
> +     EOF
> +     git for-each-ref --format="%(refname) %(*subject)" --points-at=side 
> >actual &&
> +     test_cmp expect actual
> +'

This piece seems to fail without a trailing whitespace in the
expected file.  I initially suspected that they were dropped
on my end while applying with "git am --whitespace=fix", but going
back to my mailbox, it seems that what gmane received does not have
them in the first place:

        sed -e "s/Z$//" <<-\EOF &&
        refs/heads/side Z
        refs/tags/four Z
        refs/tags/signed-tag four
        EOF

or something like that to make the EOL more visible to those who are
reading the tests, perhaps?
--
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