gbranden pushed a commit to branch master
in repository groff.

commit 0ed0e3548ae65c5443aec081beba649727fc1587
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Mar 1 01:57:32 2023 -0600

    PROBLEMS: Improve advice.
---
 PROBLEMS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/PROBLEMS b/PROBLEMS
index 84b3fc6f5..3cfe187a1 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -892,6 +892,10 @@ Some test failures remain expected on Solaris 10.
     $ /usr/xpg4/bin/sh -c 'unset _NON_EXISTENT_XYZ; echo $?'
     1
 
+    You may disregard these failures, edit the test scripts to append
+    "|| true" to the "unset" commends, or change the scripts to use GNU
+    Bash or some other POSIX-conforming shell as illustrated above.
+
 ----------------------------------------------------------------------
 
 * I get a build failure on Cygwin / a system using newlib and GCC 11.
@@ -904,6 +908,7 @@ Some test failures remain expected on Solaris 10.
   if you don't require the "gxditview" output previewer or "xtotroff"
   utility, you can build groff without X11 support.
 
+  $ make distclean
   $ ./configure --without-x
 
 ----------------------------------------------------------------------

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to