* tests/test-trim.c (main): Skip the failing test on Illumos.
+2024-05-21 Bruno Haible <bruno@clisp.org>
+
+ trim tests: Avoid test failure on Solaris 11 OmniOS.
+ * tests/test-trim.c (main): Skip the failing test on Illumos.
+
2024-05-21 Bruno Haible <bruno@clisp.org>
mcel tests: Run the test in several locales.
free (result);
}
#endif
- #if !(defined __FreeBSD__ || defined __DragonFly__)
+ #if !(defined __FreeBSD__ || defined __DragonFly__ || defined __illumos__)
{ /* U+3000 IDEOGRAPHIC SPACE */
char *result = trim ("\241\241\241\244foo\241\241");
ASSERT (strcmp (result, "\241\244foo") == 0);