diff options
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: |