* modules/flock-tests (Makefile.am): Expect that test-flock fails with
the Gnulib fallback.
+2024-05-21 Bruno Haible <bruno@clisp.org>
+
+ flock tests: Mark as expected failure on Solaris 11.
+ * modules/flock-tests (Makefile.am): Expect that test-flock fails with
+ the Gnulib fallback.
+
2024-05-21 Bruno Haible <bruno@clisp.org>
Fix "'gl_CHECK_HEADER_SYS_CDEFS_H' was expanded before it was required".
Makefile.am:
TESTS += test-flock
check_PROGRAMS += test-flock
+
+if GL_COND_OBJ_FLOCK
+XFAIL_TESTS += test-flock
+endif