Couple fixes from investigating test failures on hppa, from the thread "Test failure E89 in Test_terminal_special_chars() line 11 (bwipe)".
https://github.com/vim/vim/pull/5685
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
It relaxes what the test is checking, I'm not sure that is needed.
Did you check the example failures I mentioned in the commit? It's a timing issue where many more iterations are able to happen between the sub-vim being told what to do and the parent vim checking the result.
I'm wondering whether RunVimInTerminal() picks up the right Vim executable.
The only vim executable in the chroot is the one created during the build.