aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-07-30 21:14:37 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-07-30 21:14:37 +0300
commitba81f690c8c31b860c5c8ba2324b196b003334ff (patch)
tree2b1b37293d049d4a585b8d03473ef7fc15ab5a30
parentf47ea1d9c979e752fd397840c2e93056cbefe7ed (diff)
parentaa45176cc89b64dad4affcaaa00ea36ca871d1d0 (diff)
downloadegawk-ba81f690c8c31b860c5c8ba2324b196b003334ff.tar.gz
egawk-ba81f690c8c31b860c5c8ba2324b196b003334ff.tar.bz2
egawk-ba81f690c8c31b860c5c8ba2324b196b003334ff.zip
Merge branch 'master' into feature/api-mpfr
-rw-r--r--test/ChangeLog5
-rw-r--r--test/Makefile.am2
-rw-r--r--test/Makefile.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 4fd92d10..55ec26b6 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2017-07-30 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (mprintf5): Put an @ on the echo statement.
+ Thanks to Hermann Peifer for the report.
+
2017-07-28 Arnold D. Robbins <arnold@skeeve.com>
* inplace1.ok, inplace2.ok, inplace3.ok: Update after
diff --git a/test/Makefile.am b/test/Makefile.am
index b407ee8b..fe3efc91 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1910,7 +1910,7 @@ mbprintf4::
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
mbprintf5::
- echo $@
+ @echo $@
@case `uname` in \
CYGWIN*) echo this test fails on cygwin --- skipping $@ ;; \
*) \
diff --git a/test/Makefile.in b/test/Makefile.in
index 0b9dfe3d..934616ae 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -2350,7 +2350,7 @@ mbprintf4::
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
mbprintf5::
- echo $@
+ @echo $@
@case `uname` in \
CYGWIN*) echo this test fails on cygwin --- skipping $@ ;; \
*) \