aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 9a48a003..28566ae8 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -5244,9 +5244,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