* tests/test-glob.c (main): Disable the new test cases on native
Windows.
+2025-10-15 Bruno Haible <bruno@clisp.org>
+
+ glob tests: Avoid a test failure on native Windows.
+ * tests/test-glob.c (main): Disable the new test cases on native
+ Windows.
+
2025-10-15 Bruno Haible <bruno@clisp.org>
glob: Fix test failure on Cygwin.
globfree (&g);
}
+#if !(defined _WIN32 && !defined __CYGWIN__)
/* Check for a glibc 2.42 bug where recursive calls cause the stack to
overflow. Test cases based on the following:
<https://sourceware.org/PR30635>.
free (pattern);
}
+#endif
return test_exit_status;
}