aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-10-08 15:30:50 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-10-08 15:30:50 +0300
commitb229671fa91db3bc2354c2f000a8155d32a9f117 (patch)
treeac4db348b3678489aa02aacf6c7450e47da61514 /test
parenteb63283f0d56367bbba75522554751444c9d7588 (diff)
downloadegawk-b229671fa91db3bc2354c2f000a8155d32a9f117.tar.gz
egawk-b229671fa91db3bc2354c2f000a8155d32a9f117.tar.bz2
egawk-b229671fa91db3bc2354c2f000a8155d32a9f117.zip
Fixes for OS/2.
Diffstat (limited to 'test')
-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 eff5ac4e..33d59eee 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2017-10-08 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (randtest): Minor fix from Andreas for OS/2.
+
2017-09-14 Andrew J. Schorr <aschorr@telemetry-investments.com>
* Makefile.am (nonfatal1): New rule with postprocessing to remove
diff --git a/test/Makefile.am b/test/Makefile.am
index 1ef33b13..cb17f9d6 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -2299,7 +2299,7 @@ dfamb1:
randtest::
@echo $@
- @GAWK="$(AWKPROG)" "$(srcdir)"/randtest.sh >_$@
+ @-GAWK="$(AWKPROG)" "$(srcdir)"/randtest.sh >_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
backbigs1:
diff --git a/test/Makefile.in b/test/Makefile.in
index bf91f16b..091927c5 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -2737,7 +2737,7 @@ dfamb1:
randtest::
@echo $@
- @GAWK="$(AWKPROG)" "$(srcdir)"/randtest.sh >_$@
+ @-GAWK="$(AWKPROG)" "$(srcdir)"/randtest.sh >_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
backbigs1: