aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/ChangeLog4
-rw-r--r--test/Makefile.am2
-rw-r--r--test/Makefile.in2
3 files changed, 6 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 52c520c5..1b1648ba 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-17 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (pty1): Really disable test on z/OS.
+
2016-04-11 Arnold D. Robbins <arnold@skeeve.com>
* clos1way2.ok, clos1way3.ok, clos1way4.ok, clos1way5.ok: Update
diff --git a/test/Makefile.am b/test/Makefile.am
index dfc9bbed..8ffe7dbc 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -2135,7 +2135,7 @@ watchpoint1:
pty1:
@echo $@
@case `uname` in \
- openedition*) : ;; \
+ *[Oo][Ss]/390*) : ;; \
*) AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ ; \
$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ;; \
esac
diff --git a/test/Makefile.in b/test/Makefile.in
index 77c8a60a..c5bca01f 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -2574,7 +2574,7 @@ watchpoint1:
pty1:
@echo $@
@case `uname` in \
- openedition*) : ;; \
+ *[Oo][Ss]/390*) : ;; \
*) AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ ; \
$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ;; \
esac