aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-10-08 15:31:40 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-10-08 15:31:40 +0300
commite31035566237ea84dd5a8d9b7b9541934c15615f (patch)
tree1e63b8c64bfa03988a3ccffb37583694e987445d /test
parenta82d79a2f47736fb109625a434b532288ccd9c24 (diff)
parentb229671fa91db3bc2354c2f000a8155d32a9f117 (diff)
downloadegawk-e31035566237ea84dd5a8d9b7b9541934c15615f.tar.gz
egawk-e31035566237ea84dd5a8d9b7b9541934c15615f.tar.bz2
egawk-e31035566237ea84dd5a8d9b7b9541934c15615f.zip
Merge branch 'master' into feature/dev-5.0
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: