Eric Blake wrote: > > - Why does 'forkpty' depend on 'openpty'? > > I guess it doesn't have to. It's just that for now, test-forkpty.c > tests both interfaces.
Then it should be 'forkpty-tests' that depends on 'openpty'. The case where you see a difference is when someone asks for just the 'forkpty' module, and --without-tests. Bruno