Problem: Some tests are not valid on OpenBSD.
Solution: Add CheckNotOpenBSD, use it to skip certain tests.
Details:
Test_readdirex_sort performs locale-dependent sorting. OpenBSD has minimal locale support.
Test_stdin_no_newline hangs on OpenBSD and FreeBSD. I don't know exactly why, but it may be due to bash not exiting at the end of the test. This is skipped in the FreeBSD CI runs because bash is not installed.
Test_detect_fifo uses /dev/fd/ files (via process substitution) as FIFOs. On OpenBSD the files in /dev/fd are not FIFOs.
https://github.com/vim/vim/pull/19351
(4 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
thanks
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()