ptsname test: Avoid failure on Solaris.
[pspp] / ChangeLog
index adc21adaafbb70297ea20a59e387067660d4d439..c4e609cc56f5e3a72b0700899487621773897e70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-25  Bruno Haible  <bruno@clisp.org>
+
+       ptsname test: Avoid failure on Solaris.
+       * tests/test-ptsname.c (main): For Solaris, use the recommended way to
+       open a pseudo-terminal; don't use BSD-style ptys.
+       * doc/posix-functions/ptsname.texi: Document the limitation on Solaris.
+
 2010-12-25  Bruno Haible  <bruno@clisp.org>
 
        ptsname: Avoid ERANGE failure on some systems.