Jeff King wrote: > On Fri, Feb 19, 2010 at 02:19:47AM -0600, Jonathan Nieder wrote: > >> Jeff King wrote: >> >>> Solaris 8 and 9 seem to be lacking it. Solaris 10 does have it. AIX 5.2 >>> and 6.1 both have it. >>> >>> So it would mean some platforms couldn't run all tests. That is probably >>> good enough, given that most of our terminal-related bugs have not been >>> platform-specific problems. >> Hmm, how about /dev/ptmx? (One can check by replacing posix_openpt(...) >> with open("/dev/ptmx", ...) in the test-terminal.c I sent.) > > Solaris 8 does have /dev/ptmx. Sorry, I wasn't able to test it, as my > sol8 box is very vanilla right now, and I can't actually compile git on > it (it doesn't even have gmake). :) > > Maybe Brandon (cc'd) can try it. I'm compiling vanilla master now. If that compiles without error, I'll apply Jonathan's series and make the changes to test-terminal.c that he suggested. I have access to Solaris 7, so you can imagine how fast the machine is... and how long the compile will take. -brandon -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html