summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-07-30 21:13:54 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-07-30 21:13:54 +0300
commitaa45176cc89b64dad4affcaaa00ea36ca871d1d0 (patch)
treeb733044f0dbd51eec572307ddae0905e5073398c
parent78710cf98477b897a5017a3fbb373780af0e57c7 (diff)
downloadgawk-aa45176cc89b64dad4affcaaa00ea36ca871d1d0.tar.gz
Fix mbprintf5 test.
-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 ca0370d0..7b38cd82 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 $@ ;; \
*) \