aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 662fdfb6..3880c5b1 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -2488,9 +2488,9 @@ diffout:
echo ============== $$i ============= ; \
base=`echo $$i | sed 's/^_//'` ; \
if [ -r $${base}.ok ]; then \
- diff -c $${base}.ok $$i ; \
+ diff -u $${base}.ok $$i ; \
else \
- diff -c "$(srcdir)"/$${base}.ok $$i ; \
+ diff -u "$(srcdir)"/$${base}.ok $$i ; \
fi ; \
fi ; \
done | more