Re: [PATCH] Fix building tests under Windows

2015-07-01 Thread Pádraig Brady
tweaked slightly and pushed. thanks! Pádraig

[PATCH] Fix building tests under Windows

2015-07-01 Thread Pavel Fedin
1. grantpt.c seems to be never used on Windows, however it's still present in tests/ subdirectory of the final project. Therefore it breaks 'make check'. 2. Windows has no PTYs, therefore gnulib's openpty() will just return -ENOSYS. The main problem is test-openpty.c which expects termios to be th