MSYS2-packages/apr/tests-disable_testproc.patch
2018-10-09 07:44:42 +03:00

24 lines
485 B
Diff

From: David Rothenberger <d.rothenberger@entomo.com>
---
test/abts_tests.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/test/abts_tests.h b/test/abts_tests.h
index 13d8b4e..65a4cbb 100644
--- a/test/abts_tests.h
+++ b/test/abts_tests.h
@@ -51,7 +51,9 @@ const struct testlist {
{testpipe},
{testpoll},
{testpool},
+#if ! defined CYGWIN || ! defined MSYS
{testproc},
+#endif
{testprocmutex},
{testrand},
{testsleep},