aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-04-24 18:09:04 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-04-24 18:09:04 +0300
commitd3a98a0d3e60408e462b864eb74056e5e8ddad74 (patch)
tree7805bb4006a59dae1da4b1a57ee10daabd2f1b65 /test
parentdf4688e6a576822b39ee5db4c4b0770246635169 (diff)
parentc65ebdef5333b1a9b891d4235367dc158d3f05b4 (diff)
downloadegawk-d3a98a0d3e60408e462b864eb74056e5e8ddad74.tar.gz
egawk-d3a98a0d3e60408e462b864eb74056e5e8ddad74.tar.bz2
egawk-d3a98a0d3e60408e462b864eb74056e5e8ddad74.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog4
-rw-r--r--test/Makefile.am2
-rw-r--r--test/Makefile.in3
3 files changed, 7 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index ab4849dd..f58a2ef3 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-24 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (pty1): Ignore errors.
+
2016-04-17 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (pty1): Really disable test on z/OS.
diff --git a/test/Makefile.am b/test/Makefile.am
index c2efb066..09bcc769 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -2226,7 +2226,7 @@ watchpoint1:
pty1:
@echo $@
- @case `uname` in \
+ @-case `uname` in \
*[Oo][Ss]/390*) : ;; \
*) AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ ; \
$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ;; \
diff --git a/test/Makefile.in b/test/Makefile.in
index d3065fa0..9a03ce74 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -271,6 +271,7 @@ pkgextensiondir = @pkgextensiondir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
@@ -2664,7 +2665,7 @@ watchpoint1:
pty1:
@echo $@
- @case `uname` in \
+ @-case `uname` in \
*[Oo][Ss]/390*) : ;; \
*) AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ ; \
$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ;; \