I'm having problems with a vim interface for the theorem prover HOL:
https://github.com/HOL-Theorem-Prover/HOL/tree/master/tools/vim
I run it on MobaXterm, a cygwin-based system, and vim is freezing when I do hs for sending a line to the theorem prover. MobaXterm implements much of basic commands through Busybox and I already had a problem because of this:
https://stackoverflow.com/questions/55097775/compiling-poly-ml-on-mobaxterm-the-ar-u-option
The above hol-vim page says that the interface works with a posixly correct tail. This might be the source of the mentioned error. How can I test whether the tail command implemented by MobaXterm's Busybox is posixly correct?