diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-08 15:31:51 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-08 15:31:51 +0300 |
commit | eef5c5927c807fa306ddfb61ba521ff78b448a3b (patch) | |
tree | 4e53c53ecad9d08f9e8c9f6ad3892552a312ea63 /test | |
parent | b5135dccd7880a2f47e5d085c47b81e5ebfa2f74 (diff) | |
parent | b229671fa91db3bc2354c2f000a8155d32a9f117 (diff) | |
download | egawk-eef5c5927c807fa306ddfb61ba521ff78b448a3b.tar.gz egawk-eef5c5927c807fa306ddfb61ba521ff78b448a3b.tar.bz2 egawk-eef5c5927c807fa306ddfb61ba521ff78b448a3b.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.in | 2 |
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: |