aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog5
-rw-r--r--test/Makefile.am4
-rw-r--r--test/Makefile.in4
3 files changed, 9 insertions, 4 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index cd503c39..9ff97b2e 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2019-11-09 Alexey Pawlow <alexey.pawlow@gmail.com>
+
+ * Makefile.am (mbprintf5): Add check for MSYS.
+ (readdir_retest): Ditto.
+
2019-11-03 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (EXTRA_DISTS): New test, fpat7.
diff --git a/test/Makefile.am b/test/Makefile.am
index 84a71bc8..c6e33ddb 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1949,7 +1949,7 @@ mixed1::
mbprintf5::
@echo $@ $(ZOS_FAIL)
@-case `uname` in \
- CYGWIN* | MINGW32* | *MS-DOS*) echo this test fails on this system --- skipping $@ ;; \
+ CYGWIN* | MSYS* | MINGW32* | *MS-DOS*) echo this test fails on this system --- skipping $@ ;; \
*) \
[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE ; \
$(AWK) -f "$(srcdir)"/$@.awk "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >> _$@ ; \
@@ -2239,7 +2239,7 @@ fts:
IRIX) \
echo This test may fail on IRIX systems when run on an NFS filesystem.; \
echo If it does, try rerunning on an xfs filesystem. ;; \
- CYGWIN*) \
+ CYGWIN* | MSYS*) \
echo This test may fail on CYGWIN systems when run on an NFS filesystem.; \
echo If it does, try rerunning on an ntfs filesystem. ;; \
esac
diff --git a/test/Makefile.in b/test/Makefile.in
index 7bbacf1a..52b487b6 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -2398,7 +2398,7 @@ mixed1::
mbprintf5::
@echo $@ $(ZOS_FAIL)
@-case `uname` in \
- CYGWIN* | MINGW32* | *MS-DOS*) echo this test fails on this system --- skipping $@ ;; \
+ CYGWIN* | MSYS* | MINGW32* | *MS-DOS*) echo this test fails on this system --- skipping $@ ;; \
*) \
[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE ; \
$(AWK) -f "$(srcdir)"/$@.awk "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >> _$@ ; \
@@ -2688,7 +2688,7 @@ fts:
IRIX) \
echo This test may fail on IRIX systems when run on an NFS filesystem.; \
echo If it does, try rerunning on an xfs filesystem. ;; \
- CYGWIN*) \
+ CYGWIN* | MSYS*) \
echo This test may fail on CYGWIN systems when run on an NFS filesystem.; \
echo If it does, try rerunning on an ntfs filesystem. ;; \
esac