aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-11-09 20:45:46 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-11-09 20:45:46 +0200
commit2269a6d3fb4c7085d77a482f59562edeb12d0014 (patch)
treee14fb1d9ae784b0fbbe7baa9ce56c3f05fb865a9 /test/Makefile.in
parent43dcfbd0403563e7a1c8bfe4a67966df4840d90c (diff)
downloadegawk-2269a6d3fb4c7085d77a482f59562edeb12d0014.tar.gz
egawk-2269a6d3fb4c7085d77a482f59562edeb12d0014.tar.bz2
egawk-2269a6d3fb4c7085d77a482f59562edeb12d0014.zip
Add some MSYS2 support.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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