[PATCH STABLE] hghave: don't claim we have `tic` if it's NetBSD's binary (issue5698)

Thomas Klausner tk at giga.or.at
Tue Jun 26 06:12:43 UTC 2018


On Mon, Jun 25, 2018 at 09:28:04AM -0400, Augie Fackler wrote:
> # HG changeset patch
> # User Augie Fackler <augie at google.com>
> # Date 1529932907 14400
> #      Mon Jun 25 09:21:47 2018 -0400
> # Branch stable
> # Node ID 348d58daa074a5395eb483816c74c31190892d5f
> # Parent  1322ae04d3d71c9bab8ca6e70c77dfa867421c9b
> hghave: don't claim we have `tic` if it's NetBSD's binary (issue5698)
> 
> test-status-color.t fails with different output because of mismatches
> between how `tic` behaves from NetBSD's base system and ncurses'
> verison (if I understand the bug right). The bug suggested using -V to
> avoid the issue, so we'll do that.

I've tried applying the patch to 4.6.1, but the test still fails the
same way.

The 'tic -V' output on NetBSD goes to stderr (not stdout), could that
be the reason?

Btw, how do I run a single test manually?

Thanks,
 Thomas


More information about the Mercurial-devel mailing list