aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 24255b7e..5102d405 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1459,7 +1459,7 @@ jarebug::
@if locale -a | grep ja_JP.EUC-JP > /dev/null ; then \
GAWKLOCALE=ja_JP.EUC-JP ; export GAWKLOCALE ; \
$(AWK) -f $(srcdir)/$@.awk $(srcdir)/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >> _$@ ; \
- -$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@ ; \
+ $(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@ ; \
fi