summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/genLists4Comparizon.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/genLists4Comparizon.sh b/tests/genLists4Comparizon.sh
index d7c9242..cc5d0f8 100755
--- a/tests/genLists4Comparizon.sh
+++ b/tests/genLists4Comparizon.sh
@@ -53,6 +53,6 @@ for i in $ROOT/symbols/*; do
fi
done | sort | uniq > $F2
-diff $F1 $F2
+diff -u $F1 $F2
echo "Legend: < is for rules/base.*xml.in, > is for symbols/*"