diff options
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 $@ ;; \ *) \ |