* tests/test-spawn-pipe-child.c (print_stack_trace): Define to empty.
+2026-05-10 Bruno Haible <bruno@clisp.org>
+
+ spawn-pipe tests: Fix link error with non-optimizing compilers.
+ * tests/test-spawn-pipe-child.c (print_stack_trace): Define to empty.
+
2026-05-10 Bruno Haible <bruno@clisp.org>
calloc-gnu tests: Skip expensive part on Solaris.
#define BACKUP_STDERR_FILENO 10
#define ASSERT_STREAM myerr
#undef CONTINUE_AFTER_ASSERT
+#undef print_stack_trace
+#define print_stack_trace() /* nothing */
#include "macros.h"
static FILE *myerr;