summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-05-27 10:08:30 +1000
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2020-06-02 20:04:48 +0000
commitc741391c43c91660256dc1c6eec83cedd16731bd (patch)
tree9a026a54d1b11007f716d026c3ad8634407c6b74 /tests
parentaf262b777e20b653bad9bbed869ffdbd09dfff76 (diff)
tests: use diff -u
I don't exactly know what this test does, but the unified diff will make whatever it does more readable to puny humans. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
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 d7c92421..cc5d0f85 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/*"